From 94b1a6afda78bd918fb329cd36492a2ff7cea88e Mon Sep 17 00:00:00 2001 From: shruub Date: Tue, 7 Mar 2023 18:27:55 +0100 Subject: [PATCH] fix docker-compose.yml --- docker-compose.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 64824aa..b02a11a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,10 +7,11 @@ services: server: image: darkhttpd container_name: no-js-server + restart: unless-stopped volumes: - ./public:/var/www/htdocs:ro -#networks: -# default: -# name: npm -# external: true +networks: + default: + name: npm + external: true # this just applies to my specific usage, one can usually ignore it and just open a port normally. \ No newline at end of file