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