|
|
@ -7,10 +7,11 @@ services:
|
|
|
|
server:
|
|
|
|
server:
|
|
|
|
image: darkhttpd
|
|
|
|
image: darkhttpd
|
|
|
|
container_name: no-js-server
|
|
|
|
container_name: no-js-server
|
|
|
|
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./public:/var/www/htdocs:ro
|
|
|
|
- ./public:/var/www/htdocs:ro
|
|
|
|
#networks:
|
|
|
|
networks:
|
|
|
|
# default:
|
|
|
|
default:
|
|
|
|
# name: npm
|
|
|
|
name: npm
|
|
|
|
# external: true
|
|
|
|
external: true
|
|
|
|
# this just applies to my specific usage, one can usually ignore it and just open a port normally.
|
|
|
|
# this just applies to my specific usage, one can usually ignore it and just open a port normally.
|