feat: add USE_REAL_IP and REAL_IP_FROM settings to Docker Compose example

This commit is contained in:
Théophile Diot 2024-12-03 15:21:52 +01:00
parent f60895af73
commit 3d8bdd22b9
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -34,6 +34,8 @@ services:
USE_BLACKLIST: "no"
USE_WHITELIST: "no"
SEND_ANONYMOUS_REPORT: "no"
USE_REAL_IP: "yes"
REAL_IP_FROM: "10.0.0.0/8"
USE_CLIENT_CACHE: "yes"
USE_GZIP: "yes"
UI_HOST: "http://bw-ui:7000"