Refactored DRONE_RPC_HOST=localhost

This commit is contained in:
=
2026-05-09 08:08:22 +00:00
parent e9862f7c3c
commit c885cffdd2
+1 -1
View File
@@ -24,7 +24,7 @@ drone-runner:
container_name: drone-runner
environment:
- DRONE_RPC_PROTO=http
- DRONE_RPC_HOST=drone
- DRONE_RPC_HOST=localhost:8080
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
- DRONE_RUNNER_CAPACITY=2
- DRONE_RUNNER_NAME=local-runner