(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
8ad11dd5d9
commit
2119ef8b08
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user