Fix cache
This commit is contained in:
parent
eb3d2edaf5
commit
e8f7d69002
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
dir: ""
|
dir: ""
|
||||||
host: 0.0.0.0
|
host: ""
|
||||||
port: 8088
|
port: 8088
|
||||||
|
|
||||||
|
container:
|
||||||
|
network: "gitea_default"
|
||||||
|
|
|
@ -45,8 +45,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- gitea
|
- gitea
|
||||||
ports:
|
|
||||||
- 8088:8088
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.yml:/config.yml
|
- ./config.yml:/config.yml
|
||||||
- {{ server.work_dir }}/gitea/runner/:/data
|
- {{ server.work_dir }}/gitea/runner/:/data
|
||||||
|
|
Loading…
Reference in a new issue