🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 13s

rootfs/tmp/etc/act_runner/cache_server.yaml
rootfs/tmp/etc/act_runner/default_config.yaml
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
casjay
2024-09-04 07:16:25 -04:00
parent d9640b7e4e
commit 26a5cc313c
3 changed files with 17 additions and 133 deletions

View File

@@ -1,9 +1,8 @@
log:
# The level of logging, can be trace, debug, info, warn, error, fatal
level: info
level: warn
cache:
enabled: true
dir: '/data/act_runner/cache'
# host: '0.0.0.0'
# port: REPLACE_RUNNER_CACHE_PORT
dir: 'REPLACE_RUNNER_CACHE_DIR'
host: '0.0.0.0'
port: REPLACE_RUNNER_CACHE_PORT