User Tools

Site Tools


config:authelia-npm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
config:authelia-npm [2026/03/19 16:41] Wuffconfig:authelia-npm [2026/03/19 22:34] (current) – [Redis for Authelia session] Wuff
Line 492: Line 492:
     image: redis:alpine     image: redis:alpine
     container_name: authelia-redis     container_name: authelia-redis
 +    command: >
 +      redis-server
 +      --appendonly yes
 +      --appendfsync everysec
 +      --save 900 1
 +      --save 300 10
 +      --save 60 10000
     volumes:     volumes:
       - /opt/authelia/redis:/data       - /opt/authelia/redis:/data
config/authelia-npm.txt · Last modified: by Wuff