fix(authelia): Add trusted proxies configuration
Some checks failed
/ validate-docker-compose (push) Has been cancelled

This commit is contained in:
2025-04-26 12:10:42 +08:00
parent f07d0937d9
commit 191d25e281
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
# Server settings
server:
address: 'tcp://0.0.0.0:9091'
trusted_proxies:
- '172.16.0.0/12' # Docker networks
# Logging configuration
log: