fix: mount Docker binary in Gitea runner for Docker commands
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user