Docker Socket Proxy permissions.
Renovate / renovate (push) Failing after 1m42s

This commit is contained in:
2025-10-03 05:54:14 -04:00
parent b014772cb5
commit b8f57ab2c1
+10 -10
View File
@@ -61,26 +61,26 @@ services:
docker-socket-proxy:
container_name: dockerproxy
environment:
AUTH: 0
BUILD: 0
AUTH: 1
BUILD: 1
COMMIT: 0
CONFIGS: 0
CONTAINERS: 1
DISTRIBUTION: 0
DISTRIBUTION: 1
EVENTS: 0
EXEC: 0
EXEC: 1
GPRC: 0
IMAGES: 1
INFO: 1
NETWORKS: 1
NODES: 0
POST: 0
PLUGINS: 0
SERVICES: 0
POST: 1
PLUGINS: 1
SERVICES: 1
SESSION: 0
SYSTEM: 0
TASKS: 0
VOLUMES: 0
SYSTEM: 1
TASKS: 1
VOLUMES: 1
LOG_LEVEL: debug
image: ghcr.io/tecnativa/docker-socket-proxy:latest@sha256:3400c429c5f9e1b21d62130fb93b16e2e772d4fb7695bd52fc2b743800b9fe9e
ports: