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: []
|
labels: []
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
dir: "{{ env "NOMAD_ALLOC_DIR" }}/data/cache"
|
dir: "{{ env "NOMAD_TASK_DIR" }}/local"
|
||||||
host: "127.0.0.1"
|
host: "127.0.0.1"
|
||||||
port: {{ env "NOMAD_PORT_cache_server" }}
|
port: {{ env "NOMAD_PORT_cache_server" }}
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue