fix: Update HTTP API port mapping in docker-compose.yml

This commit is contained in:
MayaTheShy
2026-02-16 00:13:38 -05:00
parent d2f2e85bf2
commit b0b242a07b

View File

@@ -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