Modify Docker Compose To Include MMO In Backend Network
This commit is contained in:
parent
7b7e4e2d31
commit
354cba5842
@ -7,3 +7,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9933:9933"
|
- "9933:9933"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- sodoff-backend
|
||||||
|
|
||||||
|
networks:
|
||||||
|
sodoff-backend:
|
||||||
|
external: true
|
||||||
Loading…
x
Reference in New Issue
Block a user