dev-util/drone-runner-docker: Don't listen on all interfaces by default.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
Manuel Friedli 2021-01-03 00:44:10 +01:00
parent 7970ef8ee4
commit 47c122e31c
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ DRONE_RPC_PROTO="https"
DRONE_RPC_SECRET="your-secret-goes-here"
# Optional string value configures HTTP port to bind to. default: :3000
DRONE_HTTP_BIND=":3030"
DRONE_HTTP_BIND="localhost:3030"