Skip to content

Commit 1a0a839

Browse files
committed
Configure networks as in new docker compose documentation
https://docs.docker.com/compose/compose-file/06-networks/
1 parent 3428f5b commit 1a0a839

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-compose-dev.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ services:
144144

145145
networks:
146146
hobbit:
147-
external:
148-
name: hobbit
147+
external: true
149148
hobbit-core:
150-
external:
151-
name: hobbit-core
149+
external: true

0 commit comments

Comments
 (0)