define ext network name
This commit is contained in:
parent
1b7d5f99a2
commit
2451400300
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
${DNS_EXT_NETWORK}:
|
${DNS_EXT_NETWORK}:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
name: ${DNS_EXT_NETWORK}
|
||||||
${DNS_INT_NETWORK}:
|
${DNS_INT_NETWORK}:
|
||||||
external: true
|
external: true
|
||||||
name: ${DNS_INT_NETWORK}
|
name: ${DNS_INT_NETWORK}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue