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/
|
# 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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue