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