mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
feat: add USE_REAL_IP and REAL_IP_FROM settings to Docker Compose example
This commit is contained in:
parent
f60895af73
commit
3d8bdd22b9
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue