compose.yml: network.external.name => network.name
This commit updates the various `docker-compose.yml` files to replace `network.external.name` with `network.name`.
This commit is contained in:
parent
067c1ed00b
commit
db2ad9b4bd
8 changed files with 16 additions and 16 deletions
|
|
@ -29,5 +29,5 @@ services:
|
|||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: distillery
|
||||
name: distillery
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue