fix: add container_name to act_runner to bypass podman-compose naming bug

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
This commit is contained in:
Claude 2026-03-27 14:33:54 +00:00
parent 99ab28d3be
commit f9eacd03be
No known key found for this signature in database

View file

@ -107,6 +107,7 @@ services:
# Site Administration → Actions → Runners → Create new runner
act_runner:
image: code.forgejo.org/forgejo/act_runner:latest
container_name: act_runner
restart: unless-stopped
environment:
FORGEJO_INSTANCE_URL: https://${FORGEJO_DOMAIN}