From b098f7f8b425bb5b9cbe65875956a0dd98abc844 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 7 Jan 2023 07:55:24 +0100 Subject: [PATCH] Fix typo --- authentication.docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index f7b6322..17f65e9 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -90,6 +90,6 @@ volumes: secrets: postgres_passwd: - file: ${NASCOMPOSE_SERVICES?}/secrets/authentik/postgress_passwd + file: ${NASCOMPOSE_SERVICES?}/secrets/authentik/postgres_passwd secret_key: file: ${NASCOMPOSE_SERVICES?}/secrets/authentik/secret_key