mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 22:11:12 +00:00
Update docker-compose.yml
This commit is contained in:
parent
a73d332ef9
commit
6e6b5c89d0
|
@ -12,6 +12,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
#labels:
|
#labels:
|
||||||
# - traefik.enable=true
|
# - traefik.enable=true
|
||||||
# - traefik.http.routers.nginx.rule=Host(`nginx.example.com`)
|
# - traefik.http.routers.nginx.rule=Host(`nginx.example.com`)
|
||||||
|
@ -31,3 +33,9 @@ services:
|
||||||
working_dir: /var/www
|
working_dir: /var/www
|
||||||
expose:
|
expose:
|
||||||
- 9000
|
- 9000
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
|
|
||||||
|
#networks:
|
||||||
|
# proxy:
|
||||||
|
# external: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user