(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2023-06-02 08:57:24 +02:00 committed by GitSync
parent 8ad11dd5d9
commit 2119ef8b08

View File

@ -29,9 +29,8 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9
### Database
<pre class="command-line"
data-continuation-str="\" >
<code>
[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
</code>
</pre>
[/prism]
### Redis