From b4f2c0af8bfe192a801038819033123c31ed8283 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Wed, 9 Mar 2022 12:18:17 +0000 Subject: [PATCH] Fix typo --- routing/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/docker-compose.yml b/routing/docker-compose.yml index ef2f80f..e6f8c49 100644 --- a/routing/docker-compose.yml +++ b/routing/docker-compose.yml @@ -67,7 +67,7 @@ services: authelia_db: image: postgres container_name: authelia_db - restart: unless_stopped + restart: unless-stopped environment: - POSTGRES_USER=authelia - POSTGRES_PASSWORD=authelia