(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
34f806a07b
commit
750bafe09e
@ -29,7 +29,10 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9
|
|||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
[prism classes="language-sh command-line" cl-prompt="#" data-continuation-str="\"]
|
a[prism classes="language-sh command-line" cl-prompt="#" data-continuation-str="\"]
|
||||||
|
<pre class="command-line"
|
||||||
|
data-continuation-str="\" >
|
||||||
|
<code>
|
||||||
podman run --name authentik_db \
|
podman run --name authentik_db \
|
||||||
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
||||||
-e POSTGRES_USER=[DB_USER] \
|
-e POSTGRES_USER=[DB_USER] \
|
||||||
@ -38,7 +41,9 @@ podman run --name authentik_db \
|
|||||||
-v /mnt/authentik_db:/var/lib/postgresql/data \
|
-v /mnt/authentik_db:/var/lib/postgresql/data \
|
||||||
--pod pod_authentik \
|
--pod pod_authentik \
|
||||||
-d docker.io/postgres:15
|
-d docker.io/postgres:15
|
||||||
[/prism]
|
</code>
|
||||||
|
</pre>
|
||||||
|
a[/prism]
|
||||||
|
|
||||||
### Redis
|
### Redis
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user