diff --git a/entrypoint.sh b/entrypoint.sh index e998ed0..ff492b1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -92,7 +92,7 @@ trap cleanup SIGTERM SIGINT echo "Starting socat proxy..." # Start socat with verbose logging and redirect to stdout/stderr -if socat -d -d UNIX-LISTEN:$UNIX_SOCKET_PATH,fork,unlink-early TCP:$TARGET_HOST:$TARGET_PORT & then +if socat -d -d UNIX-LISTEN:$FULL_SOCKET_PATH,fork,unlink-early TCP:$TARGET_HOST:$TARGET_PORT & then SOCAT_PID=$! echo "SUCCESS: Socat started with PID: $SOCAT_PID" echo "Container is ready and running..."