diff --git a/src/start.sh b/src/start.sh index c28a08b..b55df3d 100644 --- a/src/start.sh +++ b/src/start.sh @@ -11,7 +11,7 @@ echo "runpod-worker-comfy: Starting RunPod Handler" # Serve the API and don't shutdown the container if [ "$SERVE_API_LOCALLY" == "true" ]; then - python3 -u /rp_handler.py --rp_serve_api + python3 -u /rp_handler.py --rp_serve_api --rp_api_host=0.0.0.0 else python3 -u /rp_handler.py fi \ No newline at end of file