config:authelia-npm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| config:authelia-npm [2026/03/19 16:41] – Wuff | config:authelia-npm [2026/03/19 22:34] (current) – [Redis for Authelia session] Wuff | ||
|---|---|---|---|
| Line 492: | Line 492: | ||
| image: redis: | image: redis: | ||
| container_name: | container_name: | ||
| + | command: > | ||
| + | redis-server | ||
| + | --appendonly yes | ||
| + | --appendfsync everysec | ||
| + | --save 900 1 | ||
| + | --save 300 10 | ||
| + | --save 60 10000 | ||
| volumes: | volumes: | ||
| - / | - / | ||
config/authelia-npm.txt · Last modified: by Wuff