From 945d3612ec487e09eaab785182eda27d8c5f6b60 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 15:37:28 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/02.linux/authentik/default.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/02.linux/authentik/default.en.md b/pages/02.linux/authentik/default.en.md index 3eb9625..4bd4fc7 100644 --- a/pages/02.linux/authentik/default.en.md +++ b/pages/02.linux/authentik/default.en.md @@ -29,7 +29,7 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9 ### Database -[rootsh] +[sh-root] podman run --name authentik_db \ -e PGDATA=/var/lib/postgresql/data/pgdata \ -e POSTGRES_USER=[DB_USER] \ @@ -38,7 +38,7 @@ podman run --name authentik_db \ -v /mnt/authentik_db:/var/lib/postgresql/data \ --pod pod_authentik \ -d docker.io/postgres:15 -[/rootsh] +[/sh-root] ### Redis