[+] 添加 --restart always
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9s
This commit is contained in:
parent
f10338b2cb
commit
a4dd213754
1
run.sh
1
run.sh
@ -4,6 +4,7 @@ docker rm gitea_runner
|
|||||||
docker run \
|
docker run \
|
||||||
-v $(pwd)/config.yaml:/config.yaml \
|
-v $(pwd)/config.yaml:/config.yaml \
|
||||||
-v $(pwd)/data:/data \
|
-v $(pwd)/data:/data \
|
||||||
|
--restart always \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
-e CONFIG_FILE=/config.yaml \
|
-e CONFIG_FILE=/config.yaml \
|
||||||
-e GITEA_INSTANCE_URL=https://git.martin98.com \
|
-e GITEA_INSTANCE_URL=https://git.martin98.com \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user