Update 15-agent-config.md (#1578)

Document DOCKER_HOST environment variable as described at
https://github.com/woodpecker-ci/woodpecker/pull/763
This commit is contained in:
Brian King 2023-02-09 22:05:21 -06:00 committed by GitHub
parent 7c4972a16f
commit f71e623b09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,10 @@ See [Conditionals Pipeline](../20-usage/20-pipeline-syntax.md#step-when---condit
## All agent configuration options
Here is the full list of configuration options and their default variables.
#### `DOCKER_HOST`
> Default: empty
Point to an alternate socket file or host. For example, "unix:////run/podman/podman.sock"
### `WOODPECKER_SERVER`
> Default: `localhost:9000`