mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
implemented bind address environment variable.
This commit is contained in:
@@ -222,6 +222,7 @@ The Fail2Ban UI container requires several volume mounts to function properly. B
|
||||
| Variable | Default | Description |
|
||||
|----------|---------|-------------|
|
||||
| `PORT` | `8080` | Port number for the web interface |
|
||||
| `BIND_ADDRESS` | `0.0.0.0` | IP address to bind the web interface to. Useful when running with host networking to prevent exposing the web UI to unprotected networks. Set to a specific IP (e.g., `127.0.0.1` or a specific interface IP) to restrict access. |
|
||||
| `CONTAINER` | `true` | Automatically set by the container (do not override) |
|
||||
|
||||
### First Launch Configuration
|
||||
|
||||
Reference in New Issue
Block a user