chore(forgejo): replace alloc dir with local for cache
This commit is contained in:
parent
5f20a80716
commit
99e4aea606
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ job "forgejo" {
|
|||
labels: []
|
||||
cache:
|
||||
enabled: true
|
||||
dir: "{{ env "NOMAD_ALLOC_DIR" }}/data/cache"
|
||||
dir: "{{ env "NOMAD_TASK_DIR" }}/local"
|
||||
host: "127.0.0.1"
|
||||
port: {{ env "NOMAD_PORT_cache_server" }}
|
||||
container:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue