Compare commits
2 commits
3d6697cb53
...
2a3d62d199
Author | SHA1 | Date | |
---|---|---|---|
2a3d62d199 | |||
d1d1da6194 |
2 changed files with 3 additions and 2 deletions
|
@ -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/
|
||||
|
||||
server.address: "0.0.0.0:9091"
|
||||
|
||||
log:
|
||||
|
|
|
@ -61,8 +61,8 @@ services:
|
|||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
authelia-redis: # version!!!!
|
||||
image: redis:7
|
||||
authelia-redis:
|
||||
image: "redis:7.4.1"
|
||||
container_name: authelia-redis
|
||||
restart: unless-stopped
|
||||
pull_policy: missing
|
||||
|
|
Loading…
Reference in a new issue