mirror of
https://github.com/casjaysdevdocker/gitea
synced 2024-11-21 11:23:07 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/act_runner/cache_server.yaml rootfs/tmp/etc/act_runner/default_config.yaml
This commit is contained in:
parent
fc938f0d74
commit
a181afe348
@ -5,5 +5,5 @@ log:
|
|||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
dir: '/data/act_runner/cache'
|
dir: '/data/act_runner/cache'
|
||||||
host: '0.0.0.0'
|
# host: '0.0.0.0'
|
||||||
port: 'REPLACE_RUNNER_CACHE_PORT'
|
# port: REPLACE_RUNNER_CACHE_PORT
|
||||||
|
@ -67,4 +67,6 @@ container:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
host: ''
|
||||||
|
port: ''
|
||||||
external_server: 'http://REPLACE_RUNNER_CACHE_HOST:REPLACE_RUNNER_CACHE_PORT/'
|
external_server: 'http://REPLACE_RUNNER_CACHE_HOST:REPLACE_RUNNER_CACHE_PORT/'
|
||||||
|
Loading…
Reference in New Issue
Block a user