Skip to content

Commit

Permalink
Fix docs duplicate WOODPECKER_HOST assignment (#2501)
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
Denperidge authored Sep 26, 2023
1 parent 936f151 commit 0eacbe8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ services:
environment:
- [...]
+ - 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.
Expand Down

0 comments on commit 0eacbe8

Please sign in to comment.