add comment for network: external: traefik

This commit is contained in:
gregory hendrickson
2023-10-31 10:58:46 -07:00
parent 4b0279c689
commit 8880f493cd

View File

@@ -67,7 +67,7 @@ services:
- traefik # Use external network named "traefik"
#This specifies external network traefik - ```docker network create traefik``` is required (managed outside of docker-compose)
networks:
traefik:
external: true # Use external network named "traefik"