Change to docker

This commit is contained in:
RealStickman 2022-09-11 20:49:17 +02:00
parent 7393100b32
commit a26b698f95

View File

@ -83,7 +83,7 @@ Add these environment variables to enable GitLab in Woodpecker.
> [Official Documentation](https://woodpecker-ci.org/docs/administration/agent-config)
```
# podman run --name woodpecker-agent -t \
# docker run --name woodpecker-agent -t \
-e WOODPECKER_SERVER=(url/ip):(grpc port) \
-e WOODPECKER_AGENT_SECRET=(shared secret for server and agents) \
-e WOODPECKER_HOSTNAME=(agent hostname, def: empty) \