Fixed network
This commit is contained in:
parent
53143716ce
commit
b71298a21e
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
networks:
|
networks:
|
||||||
- proxy_default
|
- proxy
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy_net:
|
proxy:
|
||||||
name: proxy_net
|
name: proxy
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue