ich lass das jetz auf der nas laufen und habe den webdienst dort deinstalliert

This commit is contained in:
2026-06-23 17:37:56 +02:00
parent 6a99de39ef
commit 0ccd31e2f9
+3 -3
View File
@@ -5,10 +5,10 @@ services:
image: nginx:stable-alpine
container_name: angular-web
ports:
- "8080:80"
- "9999:80"
volumes:
- /opt/stacks/angular-web/dist:/usr/share/nginx/html:ro
- /opt/stacks/angular-web/nginx.conf:/etc/nginx/conf.d/default.conf:ro
- /volume1/docker/landingpage/dist:/usr/share/nginx/html:ro
- /volume1/docker/landingpage/nginx.conf:/etc/nginx/conf.d/default.conf:ro
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1/ || exit 1"]