From cce07de0906f7f8a12b89cf32bf825e5fb25a280 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 16:58:20 +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 42655fd..6981549 100644 --- a/pages/02.linux/authentik/default.en.md +++ b/pages/02.linux/authentik/default.en.md @@ -32,7 +32,7 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9 [shroot] podman run --name authentik_db \ -e PGDATA=/var/lib/postgresql/data/pgdata \ - -e POSTGRES_USER=[DB_USER] \ + -e POSTGRES_USER=${DB_USER} \ -e POSTGRES_PASSWORD=[DB_PASS] \ -e POSTGRES_DB=[DB_NAME] \ -v /mnt/authentik_db:/var/lib/postgresql/data \