(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2023-06-02 17:45:32 +02:00 committed by GitSync
parent 0da7958cae
commit 475fc8abd9

View File

@ -43,11 +43,13 @@ podman run --name authentik_db \
### Redis
[shroot]
```sh
podman run --name authentik_redis \
-v /mnt/authentik_redis:/data \
--pod pod_authentik \
-d docker.io/redis:7 \
redis-server --save 60 1 --loglevel warning
```
[/shroot]
### Application Server