fix(traefik): set trusted ip to docker network range

This commit is contained in:
Viren070
2025-07-14 18:48:09 +01:00
parent 2fb269858b
commit 8bfdcbe4f5
+1 -1
View File
@@ -1,5 +1,5 @@
# https://www.authelia.com/integration/proxies/traefik/#trusted-proxies
TRUSTED_IPS=192.168.1.1
TRUSTED_IPS=172.16.0.0/12
# The CA Server URL for Let's Encrypt.
# Uncomment the line below to use the staging server for testing.