DockerComposeCollection

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4123e9629c03a5974b99208a4df5d2f4dfb87eb3
parent c7708fae66bb2af4de856f3fc5a3dca070a63977
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri,  2 May 2025 08:28:40 +0900

Update docker-compose.yml add unless-stopped
Diffstat:
Mgithub-runner/docker-compose.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/github-runner/docker-compose.yml b/github-runner/docker-compose.yml @@ -1,6 +1,7 @@ version: '2.3' services: worker: + restart: unless-stopped image: myoung34/github-runner:latest environment: REPO_URL: https://github.com/example/repo