From 4e9917acfeb33e389c38991075d2381ffcd3c45f Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Sun, 29 Oct 2023 16:31:04 +0100 Subject: [PATCH] added host_items method --- authentik/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 758cd43..d471713 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -12,7 +12,7 @@ services: retries: 5 timeout: 5s volumes: - - database:/var/lib/postgresql/data + - /share/docker_data/authentik/database:/var/lib/postgresql/data environment: POSTGRES_PASSWORD: ${PG_PASS:?database password required} POSTGRES_USER: ${PG_USER:-authentik} @@ -81,7 +81,5 @@ services: - redis volumes: - database: - driver: local redis: driver: local