diff --git a/docker/standalone/start-all.sh b/docker/standalone/start-all.sh index 561ad386..f17fd021 100755 --- a/docker/standalone/start-all.sh +++ b/docker/standalone/start-all.sh @@ -111,6 +111,7 @@ fi if [ "$ENABLE_CP" = "true" ]; then echo "🎛️ Starting Control Plane..." cd /app/control-plane + export HOSTNAME="${HINDSIGHT_CP_HOSTNAME:-0.0.0.0}" PORT="${HINDSIGHT_CP_PORT:-9999}" node server.js & CP_PID=$! PIDS+=($CP_PID)