Use external shared docker network
This commit is contained in:
@ -4,7 +4,8 @@ services:
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
- anyame
|
||||
- anyame-shared
|
||||
|
||||
networks:
|
||||
anyame:
|
||||
driver: bridge
|
||||
anyame-shared:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user