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