From 68204abc9911d663e781db6d6340f82aacfcc58f Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Fri, 13 Dec 2024 19:48:20 +0500 Subject: [PATCH] fix(runner-installation): update location of example compose file (cherry picked from commit 3ff80d4b6944738e774db0361e352c1ce6535c06) --- docs/admin/runner-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/runner-installation.md b/docs/admin/runner-installation.md index 50604191..26eb4b7e 100644 --- a/docs/admin/runner-installation.md +++ b/docs/admin/runner-installation.md @@ -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