mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(traefik): set trusted ip to docker network range
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user