Skip to content

Commit 3548b61

Browse files
committed
fix(docker-compose): add DISABLE_AUTOMATIC_DEREGISTRATION environment variable for github-runner service
1 parent 6cfd8f1 commit 3548b61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

production/github-runner/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
- RUNNER_GROUP=Self-Hosted
2121
- ACCESS_TOKEN=${ACCESS_TOKEN}
2222
- CONFIGURED_ACTIONS_RUNNER_FILES_DIR=/runner/data
23+
- DISABLE_AUTOMATIC_DEREGISTRATION=true
2324
- RUNNER_SCOPE=org
2425
- ORG_NAME=binary-braids
2526
- RUN_AS_ROOT=false

0 commit comments

Comments
 (0)