Modify Docker Compose To Include MMO In Backend Network
This commit is contained in:
parent
7b7e4e2d31
commit
354cba5842
@ -6,4 +6,10 @@ services:
|
||||
dockerfile: src/Dockerfile
|
||||
ports:
|
||||
- "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