fix: add container_name to act_runner to bypass podman-compose naming bug
https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
This commit is contained in:
parent
99ab28d3be
commit
f9eacd03be
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ services:
|
||||||
# Site Administration → Actions → Runners → Create new runner
|
# Site Administration → Actions → Runners → Create new runner
|
||||||
act_runner:
|
act_runner:
|
||||||
image: code.forgejo.org/forgejo/act_runner:latest
|
image: code.forgejo.org/forgejo/act_runner:latest
|
||||||
|
container_name: act_runner
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
FORGEJO_INSTANCE_URL: https://${FORGEJO_DOMAIN}
|
FORGEJO_INSTANCE_URL: https://${FORGEJO_DOMAIN}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue