0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-14 01:18:59 -05:00

fix(runner-installation): update location of example compose file

This commit is contained in:
0ko 2024-12-13 19:48:20 +05:00 committed by Earl Warren
parent 4700c033bf
commit 3ff80d4b69

View file

@ -354,7 +354,7 @@ command: '/bin/sh -c "sleep 5; forgejo-runner daemon"'
Here, the sleep allows the `docker-in-docker` service to start up before the `forgejo-runner daemon` is started.
More [docker compose](https://docs.docker.com/compose/) examples [are provided](https://codeberg.org/forgejo/runner/src/branch/main/examples/docker-compose) to demonstrate how to install the OCI image to successfully run a workflow.
More [docker compose](https://docs.docker.com/compose/) examples [are provided](https://code.forgejo.org/forgejo/runner/src/branch/main/examples/docker-compose) to demonstrate how to install the OCI image to successfully run a workflow.
## Standard registration