From 58096361f0d2cf2a127498827014fa6bb0ef0ee0 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 6 Apr 2025 11:31:54 -0400 Subject: [PATCH] feat: Adds restart policy to compose file. --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index d77b75e..679d3ab 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,6 +2,7 @@ services: runner: image: docker.io/gitea/act_runner:nightly container_name: gitea-action-runner + restart: unless-stopped env_file: - .env environment: