fix: Update HTTP API port mapping in docker-compose.yml
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: turtle-server
|
||||
ports:
|
||||
- "3333:3001" # HTTP API
|
||||
- "4200:3001" # HTTP API
|
||||
- "3002:3002" # WebSocket
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user