From ced020bb36458e553ca614cbab7f69541ef7a41c Mon Sep 17 00:00:00 2001 From: Morten Amundsen Date: Sun, 4 Aug 2024 11:56:41 +0000 Subject: [PATCH] fix(authentik): incorrect db volume bind path (#22) --- templates/compose/authentik.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/authentik.yml.j2 b/templates/compose/authentik.yml.j2 index 83dba76..b7533f9 100644 --- a/templates/compose/authentik.yml.j2 +++ b/templates/compose/authentik.yml.j2 @@ -33,7 +33,7 @@ services: - {{ infra_authentik_db_password_name }} env_file: {{ infra_authentik_db_env_file_path }} volumes: - - {{ infra_authentik_db_volume_name_data }}:/var/lib/postgres/data + - {{ infra_authentik_db_volume_name_data }}:/var/lib/postgresql/data mem_limit: {{ infra_authentik_db_container_memory }} networks: - default