(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
9d4eea1011
commit
133c963eb2
@ -29,7 +29,8 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9
|
|||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
```sh
|
[prism classes="language-sh command-line" cl-prompt="#"]
|
||||||
|
```
|
||||||
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} \
|
||||||
@ -39,6 +40,7 @@ podman run --name authentik_db \
|
|||||||
--pod pod_authentik \
|
--pod pod_authentik \
|
||||||
-d docker.io/postgres:15
|
-d docker.io/postgres:15
|
||||||
```
|
```
|
||||||
|
[/prism]
|
||||||
|
|
||||||
### Redis
|
### Redis
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user