modified gitea-runner docker-compoes volumes paths

This commit is contained in:
Dominik Klarkowski
2025-11-16 11:16:33 +01:00
parent 0cbc84d477
commit 50d8dac2f0
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -9,6 +9,6 @@ services:
GITEA_RUNNER_NAME: "${RUNNER_NAME}"
GITEA_RUNNER_LABELS: "${RUNNER_LABELS}"
volumes:
- ./config.yaml:/config.yaml
- ./data:/data
- /gitea/runner/config.yaml:/config.yaml
- /gitea/runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock