Update Orechestrator Address to the correct Conductor Address

This commit is contained in:
2026-01-22 12:06:05 -05:00
parent eb1ebaa635
commit 531c4e4cbb

View File

@@ -185,7 +185,7 @@ docker run -d \
--network host \ --network host \
--gpus all \ --gpus all \
--restart unless-stopped \ --restart unless-stopped \
-e ORCHESTRATOR_ADDRESS="${ORCH_ADDR}" \ -e CONDUCTOR_ADDRESS="${ORCH_ADDR}" \
-e WORKER_ID="${WORKER_ID}" \ -e WORKER_ID="${WORKER_ID}" \
-v /tmp/tentacle:/tmp/tentacle \ -v /tmp/tentacle:/tmp/tentacle \
-v /tmp/tentacle-logs:/opt/tentacle/logs \ -v /tmp/tentacle-logs:/opt/tentacle/logs \