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:
parent
4700c033bf
commit
3ff80d4b69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue