fix: add privileged mode to Gitea runner for Docker access

This commit is contained in:
2025-11-15 17:30:18 +01:00
parent 8d6791a246
commit 3dab00b6d4

View File

@@ -71,6 +71,7 @@ services:
image: ${DEV_GITEA_RUNNER_IMAGE:-gitea/act_runner:latest}
container_name: ${DEV_COMPOSE_PROJECT_NAME}_gitea_runner
restart: unless-stopped
privileged: true
volumes:
- gitea_runner_data:/data
- /var/run/docker.sock:/var/run/docker.sock