From c78ffb953a05a39b263ab5eea02b1896d52a792d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 15 Nov 2025 17:31:01 +0100 Subject: [PATCH] fix: mount Docker binary in Gitea runner for Docker commands --- dev/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/compose.yaml b/dev/compose.yaml index 5783000..431e08d 100644 --- a/dev/compose.yaml +++ b/dev/compose.yaml @@ -75,6 +75,7 @@ services: volumes: - gitea_runner_data:/data - /var/run/docker.sock:/var/run/docker.sock + - /usr/bin/docker:/usr/bin/docker:ro environment: TZ: ${TIMEZONE:-Europe/Berlin} GITEA_INSTANCE_URL: https://${DEV_GITEA_TRAEFIK_HOST}