Skip to content

Commit a8c022a

Browse files
committed
Document WEB_LISTEN in .env.example
1 parent 95840d9 commit a8c022a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
# Then generate a license key in your account dashboard.
44
MAXMIND_ACCOUNT_ID=your_account_id
55
MAXMIND_LICENSE_KEY=your_license_key
6+
7+
# Web server bind address (default: 0.0.0.0 — binds to all interfaces)
8+
# Set to 127.0.0.1 if using a reverse proxy (nginx, Cloudflare) on the same host
9+
# so the web container is not directly exposed to the internet.
10+
#WEB_LISTEN=127.0.0.1

0 commit comments

Comments
 (0)