fix(server): debug port (#12745)

Fix debug port
This commit is contained in:
Min Idzelis
2024-09-16 23:13:38 -04:00
committed by GitHub
parent c468da589a
commit 7a755a089b
3 changed files with 8 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ services:
ports:
- 3001:3001
- 9230:9230
- 9231:9231
depends_on:
- redis
- database