Modify Docker Compose To Include MMO In Backend Network

This commit is contained in:
Alan Moon 2026-09-03 10:59:07 -07:00
parent 7b7e4e2d31
commit 354cba5842

View File

@ -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