Fixed misnamed variable

This commit is contained in:
2026-01-22 12:08:12 -05:00
parent 531c4e4cbb
commit 7be8b43105

View File

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