fixed DRONE_RUNNER_VOLUMES

This commit is contained in:
2025-10-01 21:41:52 +05:30
parent f84dcff1e6
commit 6d1cda40d1

View File

@@ -76,7 +76,7 @@ services:
DRONE_RUNNER_ARCH: arm64
DRONE_LOGS_DEBUG: true
DRONE_LOGS_TRACE: true
DRONE_RUNNER_VOLUMES: /var/run/docker.sock:/var/run/docker.sock,/home/aetos/certs:/usr/local/share/ca-certificates:ro
DRONE_RUNNER_VOLUMES: /var/run/docker.sock=/var/run/docker.sock,/home/aetos/certs=/usr/local/share/ca-certificates
extra_hosts:
- "drone.aetoskia.com:192.168.1.111"
- "gitea.aetoskia.com:192.168.1.111"