diff --git a/pages/02.linux/28.woodpecker-ci/default.en.md b/pages/02.linux/28.woodpecker-ci/default.en.md index dc7acde..94bca1d 100644 --- a/pages/02.linux/28.woodpecker-ci/default.en.md +++ b/pages/02.linux/28.woodpecker-ci/default.en.md @@ -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) \