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:
Tom Wiesing 2022-08-26 15:10:47 +02:00
parent 067c1ed00b
commit db2ad9b4bd
No known key found for this signature in database
8 changed files with 16 additions and 16 deletions

View file

@ -22,5 +22,5 @@ services:
networks:
default:
external:
name: distillery
name: distillery
external: true