mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 07:17:05 +00:00
Update docker-compose.yml
add network definitions as comment
This commit is contained in:
parent
061c27db76
commit
beaadd2d55
|
@ -12,6 +12,8 @@ services:
|
|||
ports:
|
||||
- 5000:5000
|
||||
restart: unless-stopped
|
||||
#networks:
|
||||
- proxy
|
||||
#labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.http.routers.changedetection.rule=Host(`changedetection.example.com`)
|
||||
|
@ -19,3 +21,7 @@ services:
|
|||
# - traefik.docker.network=proxy
|
||||
# # Part for local lan services only; disable to expose externally
|
||||
# - traefik.http.routers.changedetection.middlewares=local-ipwhitelist@file,basic-auth@file
|
||||
|
||||
#networks:
|
||||
# proxy:
|
||||
# external: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user