(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
0da7958cae
commit
475fc8abd9
@ -43,11 +43,13 @@ podman run --name authentik_db \
|
|||||||
### Redis
|
### Redis
|
||||||
|
|
||||||
[shroot]
|
[shroot]
|
||||||
|
```sh
|
||||||
podman run --name authentik_redis \
|
podman run --name authentik_redis \
|
||||||
-v /mnt/authentik_redis:/data \
|
-v /mnt/authentik_redis:/data \
|
||||||
--pod pod_authentik \
|
--pod pod_authentik \
|
||||||
-d docker.io/redis:7 \
|
-d docker.io/redis:7 \
|
||||||
redis-server --save 60 1 --loglevel warning
|
redis-server --save 60 1 --loglevel warning
|
||||||
|
```
|
||||||
[/shroot]
|
[/shroot]
|
||||||
|
|
||||||
### Application Server
|
### Application Server
|
||||||
|
Loading…
Reference in New Issue
Block a user