mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +00:00
Fix docs duplicate WOODPECKER_HOST assignment (#2501)
Seems to only be a small typo on https://woodpecker-ci.org/docs/administration/setup#docker-compose, where the `+ - WOODPECKER_HOST=${WOODPECKER_HOST}` line is repeated!
This commit is contained in:
parent
936f1512d0
commit
0eacbe8a33
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- [...]
|
- [...]
|
||||||
+ - WOODPECKER_HOST=${WOODPECKER_HOST}
|
+ - WOODPECKER_HOST=${WOODPECKER_HOST}
|
||||||
+ - 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 port's configured. It uses a separate port for gRPC and for HTTP. The agent performs gRPC calls and connects to the gRPC port.
|
||||||
|
|
Loading…
Reference in a new issue