Skip to content

Commit

Permalink
fix(authentik): incorrect db volume bind path (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m authored Aug 4, 2024
1 parent 8154753 commit ced020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/compose/authentik.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ced020b

Please sign in to comment.