mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user