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