mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-12 17:35:15 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
ddb6606f77
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Woodpecker needs to know its own address. You must therefore provide the public
|
|||
+ - WOODPECKER_HOST=${WOODPECKER_HOST}
|
||||
```
|
||||
|
||||
Woodpecker can also have its port's configured. It uses a separate port for gRPC and for HTTP. The agent performs gRPC calls and connects to the gRPC port.
|
||||
Woodpecker can also have its ports configured. It uses a separate port for gRPC and for HTTP. The agent performs gRPC calls and connects to the gRPC port.
|
||||
They can be configured with `*_ADDR` variables:
|
||||
|
||||
```diff title="docker-compose.yaml"
|
||||
|
|
Loading…
Reference in a new issue