From e1f4f91e690fb964abc5ffca9cdd56b37249554c Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 15:20:01 +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 46d0ec9..92c79d5 100644 --- a/pages/02.linux/authentik/default.en.md +++ b/pages/02.linux/authentik/default.en.md @@ -28,7 +28,7 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9 ``` ### Database -[sh-root] +[rootsh] podman run --name authentik_db \ -e PGDATA=/var/lib/postgresql/data/pgdata \ -e POSTGRES_USER=[DB_USER] \ @@ -37,7 +37,7 @@ podman run --name authentik_db \ -v /mnt/authentik_db:/var/lib/postgresql/data \ --pod pod_authentik \ -d docker.io/postgres:15 -[/sh-root] +[/rootsh] ### Redis