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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -47,5 +47,5 @@ volumes:
networks:
default:
external:
name: distillery
external: true