This commit is contained in:
2025-03-18 12:40:21 +01:00
parent 95b1011c44
commit e5037c4065

View File

@ -13,12 +13,12 @@ services:
ports:
- 8084:80
- 4437:443
restart: always
restart: ${RESTART:-unless-stopped}
labels:
com.centurylinklabs.watchtower.enable: true
web:
image: ${DOCKER_REGISTRY:-}nginx:latest
restart: always
restart: ${RESTART:-unless-stopped}
volumes:
- /share/docker_data/webhub:/usr/share/nginx/html