Compare commits

...

2 commits

Author SHA1 Message Date
2a3d62d199 dd
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Successful in 41s
2024-11-10 12:13:08 +01:00
d1d1da6194 dd 2024-11-10 12:12:36 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
--- ---
# geklaut von: https://ruanbekker.hashnode.dev/sso-with-authelia-using-traefik-on-docker + https://www.reddit.com/r/selfhosted/comments/158quyz/authelia_ldap_groups/ # geklaut von: https://ruanbekker.hashnode.dev/sso-with-authelia-using-traefik-on-docker + https://www.reddit.com/r/selfhosted/comments/158quyz/authelia_ldap_groups/
server.address: "0.0.0.0:9091" server.address: "0.0.0.0:9091"
log: log:

View file

@ -61,8 +61,8 @@ services:
timeout: 10s timeout: 10s
retries: 3 retries: 3
authelia-redis: # version!!!! authelia-redis:
image: redis:7 image: "redis:7.4.1"
container_name: authelia-redis container_name: authelia-redis
restart: unless-stopped restart: unless-stopped
pull_policy: missing pull_policy: missing