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:
parent
7970ef8ee4
commit
47c122e31c
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue