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

View file

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