mirror of
https://github.com/ghndrx/docker-compose.git
synced 2026-02-10 23:05:09 +00:00
add comment for network: external: traefik
This commit is contained in:
@@ -67,7 +67,7 @@ services:
|
|||||||
- traefik # Use external network named "traefik"
|
- traefik # Use external network named "traefik"
|
||||||
|
|
||||||
|
|
||||||
|
#This specifies external network traefik - ```docker network create traefik``` is required (managed outside of docker-compose)
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true # Use external network named "traefik"
|
external: true # Use external network named "traefik"
|
||||||
|
|||||||
Reference in New Issue
Block a user