[+] 添加 --restart always
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9s

This commit is contained in:
Martin 2024-12-31 17:14:26 +08:00
parent f10338b2cb
commit a4dd213754

1
run.sh
View File

@ -4,6 +4,7 @@ docker rm gitea_runner
docker run \
-v $(pwd)/config.yaml:/config.yaml \
-v $(pwd)/data:/data \
--restart always \
-v /var/run/docker.sock:/var/run/docker.sock \
-e CONFIG_FILE=/config.yaml \
-e GITEA_INSTANCE_URL=https://git.martin98.com \