diff --git a/rootfs/tmp/etc/act_runner/cache_server.yaml b/rootfs/tmp/etc/act_runner/cache_server.yaml index 852a5c7..3b04c13 100644 --- a/rootfs/tmp/etc/act_runner/cache_server.yaml +++ b/rootfs/tmp/etc/act_runner/cache_server.yaml @@ -5,5 +5,5 @@ log: cache: enabled: true dir: '/data/act_runner/cache' - host: '0.0.0.0' - port: 'REPLACE_RUNNER_CACHE_PORT' + # host: '0.0.0.0' + # port: REPLACE_RUNNER_CACHE_PORT diff --git a/rootfs/tmp/etc/act_runner/default_config.yaml b/rootfs/tmp/etc/act_runner/default_config.yaml index f64fdfa..eecff94 100644 --- a/rootfs/tmp/etc/act_runner/default_config.yaml +++ b/rootfs/tmp/etc/act_runner/default_config.yaml @@ -67,4 +67,6 @@ container: cache: enabled: true + host: '' + port: '' external_server: 'http://REPLACE_RUNNER_CACHE_HOST:REPLACE_RUNNER_CACHE_PORT/'