mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-24 08:01:03 -04:00
c420852e0b
act_runner runs as the git user which has no access to /root (Docker's WORKDIR). Setting WORK_DIR=/data/act_runner ensures the service starts from a directory the git user can access, preventing any git or file operations from inadvertently referencing /root. 05-dockerd.sh runs as root so no fix needed there. - rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh: set WORK_DIR=/data/act_runner rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh