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}