ich lass das jetz auf der nas laufen und habe den webdienst dort deinstalliert
This commit is contained in:
@@ -5,10 +5,10 @@ services:
|
|||||||
image: nginx:stable-alpine
|
image: nginx:stable-alpine
|
||||||
container_name: angular-web
|
container_name: angular-web
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "9999:80"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/stacks/angular-web/dist:/usr/share/nginx/html:ro
|
- /volume1/docker/landingpage/dist:/usr/share/nginx/html:ro
|
||||||
- /opt/stacks/angular-web/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
- /volume1/docker/landingpage/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1/ || exit 1"]
|
test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1/ || exit 1"]
|
||||||
|
|||||||
Reference in New Issue
Block a user