From 97985f3498d7ad67ec40a62bb24f890c1b902e45 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 12:56:09 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/02.linux/authentik/default.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.linux/authentik/default.en.md b/pages/02.linux/authentik/default.en.md index ac4466e..15034f5 100644 --- a/pages/02.linux/authentik/default.en.md +++ b/pages/02.linux/authentik/default.en.md @@ -35,7 +35,7 @@ podman run --name authentik_db \ -e POSTGRES_USER=[DB_USER] \ -e POSTGRES_PASSWORD=[DB_PASS] \ -e POSTGRES_DB=[DB_NAME] \ - -v /mnt/authentik_db:/var/lib/postgresql/data random + -v /mnt/authentik_db:/var/lib/postgresql/data \ --pod pod_authentik \ -d docker.io/postgres:15 [/prism]