mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
@ -13,12 +13,12 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8084:80
|
- 8084:80
|
||||||
- 4437:443
|
- 4437:443
|
||||||
restart: always
|
restart: ${RESTART:-unless-stopped}
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
web:
|
web:
|
||||||
image: ${DOCKER_REGISTRY:-}nginx:latest
|
image: ${DOCKER_REGISTRY:-}nginx:latest
|
||||||
restart: always
|
restart: ${RESTART:-unless-stopped}
|
||||||
volumes:
|
volumes:
|
||||||
|
|
||||||
- /share/docker_data/webhub:/usr/share/nginx/html
|
- /share/docker_data/webhub:/usr/share/nginx/html
|
||||||
|
Reference in New Issue
Block a user