(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
ec04d4e61d
commit
e1f4f91e69
@ -28,7 +28,7 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9
|
||||
```
|
||||
|
||||
### Database
|
||||
[sh-root]
|
||||
[rootsh]
|
||||
podman run --name authentik_db \
|
||||
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
||||
-e POSTGRES_USER=[DB_USER] \
|
||||
@ -37,7 +37,7 @@ podman run --name authentik_db \
|
||||
-v /mnt/authentik_db:/var/lib/postgresql/data \
|
||||
--pod pod_authentik \
|
||||
-d docker.io/postgres:15
|
||||
[/sh-root]
|
||||
[/rootsh]
|
||||
|
||||
### Redis
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user