From 36bc233df9c522967501b08279800c5d50c9817e Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 15:16:29 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/02.linux/authentik/default.en.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/02.linux/authentik/default.en.md b/pages/02.linux/authentik/default.en.md index 2540dc0..46d0ec9 100644 --- a/pages/02.linux/authentik/default.en.md +++ b/pages/02.linux/authentik/default.en.md @@ -28,8 +28,7 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9 ``` ### Database - -[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"] +[sh-root] podman run --name authentik_db \ -e PGDATA=/var/lib/postgresql/data/pgdata \ -e POSTGRES_USER=[DB_USER] \ @@ -38,7 +37,7 @@ podman run --name authentik_db \ -v /mnt/authentik_db:/var/lib/postgresql/data \ --pod pod_authentik \ -d docker.io/postgres:15 -[/prism] +[/sh-root] ### Redis