fix docker-compose.yml

main
shruub 2 years ago
parent aaa5acc8cc
commit 94b1a6afda

@ -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.
Loading…
Cancel
Save