add restart unless stopped on container
This commit is contained in:
@@ -2,6 +2,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
runner:
|
runner:
|
||||||
image: docker.io/gitea/act_runner:0.2.11
|
image: docker.io/gitea/act_runner:0.2.11
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
CONFIG_FILE: /config.yaml
|
CONFIG_FILE: /config.yaml
|
||||||
GITEA_INSTANCE_URL: "${INSTANCE_URL:-http://gitea.cyanet.fr}"
|
GITEA_INSTANCE_URL: "${INSTANCE_URL:-http://gitea.cyanet.fr}"
|
||||||
|
|||||||
Reference in New Issue
Block a user