From dd628a5f07425fdfa87e4d4668029e8a7afdbbb2 Mon Sep 17 00:00:00 2001 From: chsteinle Date: Wed, 24 Nov 2021 10:50:13 +0100 Subject: [PATCH] Correct restart policy for semaphore. --- automation/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/docker-compose.yaml b/automation/docker-compose.yaml index 50892df..d27f078 100644 --- a/automation/docker-compose.yaml +++ b/automation/docker-compose.yaml @@ -27,7 +27,7 @@ services: SEMAPHORE_ADMIN_NAME: Christian Steinle SEMAPHORE_ADMIN_EMAIL: christiansteinle@arcor.de SEMAPHORE_ADMIN: chris - restart: unless_stopped + restart: unless-stopped networks: - proxy - internal