Update docker-compose.yml

comment network definitions
This commit is contained in:
LRVT 2023-02-26 04:03:48 +01:00 committed by GitHub
parent e03d1b6419
commit f67e3943f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/Berlin - TZ=Europe/Berlin
networks: #networks:
- proxy # - proxy
#labels: #labels:
# - traefik.enable=true # - traefik.enable=true
# - traefik.http.routers.CHANGEME.rule=Host(`service.example.com`) # - traefik.http.routers.CHANGEME.rule=Host(`service.example.com`)
@ -30,6 +30,6 @@ services:
# # Part for optional traefik middlewares # # Part for optional traefik middlewares
# - traefik.http.routers.CHANGEME.middlewares=local-ipwhitelist@file,basic-auth@file # - traefik.http.routers.CHANGEME.middlewares=local-ipwhitelist@file,basic-auth@file
networks: #networks:
proxy: # proxy:
external: true # external: true