change docker compose for port

This commit is contained in:
o2oadmin 2026-09-15 17:01:27 +09:00
parent ffaa512aee
commit e6c839dd08

View File

@ -4,6 +4,7 @@ services:
backend: backend:
build: ./backend build: ./backend
ports: ports:
- "8765:8765"
- "30101:30101" - "30101:30101"
env_file: env_file:
- backend/.env - backend/.env