From 6c605682077b0acb14d9a582869990c9ce2a194a Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Fri, 20 Jan 2023 12:46:26 +0100 Subject: [PATCH] Restart the authentication --- authentication.docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index 73e369d..1dab260 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -31,6 +31,7 @@ services: - jwt_secret - storage_key - smtp_password + restart: unless-stopped labels: traefik.enable: true