Move gitea runner cache to bulk
This commit is contained in:
parent
1b3dfb85bb
commit
2fbb968297
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue