Move gitea runner cache to bulk

This commit is contained in:
Jake Howard 2023-05-13 12:28:30 +01:00
parent 1b3dfb85bb
commit 2fbb968297
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
image: vegardit/gitea-act-runner:latest
network_mode: host
volumes:
- ./data:/data
- /mnt/data:/data
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TZ={{ timezone }}