fix: use server port

This commit is contained in:
tim
2025-09-30 01:19:13 +08:00
parent 24fe90cfc6
commit ca26b931da

View File

@@ -165,6 +165,7 @@ services:
environment:
WS_HEALTH_PATH: ${WS_HEALTH_PATH:-/actuator/health}
WEBSOCKET_PORT: ${WEBSOCKET_PORT:-8082}
SERVER_PORT: ${WEBSOCKET_PORT:-8082}
ports:
- "${WEBSOCKET_PORT:-8082}:${WEBSOCKET_PORT:-8082}"
volumes: