diff --git a/blueprints/authentik/docker-compose.yml b/blueprints/authentik/docker-compose.yml index 95703909..e0c3c252 100644 --- a/blueprints/authentik/docker-compose.yml +++ b/blueprints/authentik/docker-compose.yml @@ -10,7 +10,7 @@ services: retries: 5 timeout: 5s volumes: - - database:/var/lib/postgresql/data + - database:/var/lib/postgresql environment: POSTGRES_PASSWORD: ${PG_PASS} POSTGRES_USER: ${PG_USER}