fix: add privileged mode to Gitea runner for Docker access
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user