mirror of
https://github.com/ghndrx/docker-compose.git
synced 2026-02-10 06:45:14 +00:00
add comment for network: external: traefik
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user