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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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