From 9af4a38cc88a6197a91d6a7a698e376d9d2f4d7e Mon Sep 17 00:00:00 2001 From: A A R I X Date: Mon, 5 Jun 2023 23:07:31 +0200 Subject: [PATCH] Added BIND_ADDRESS environment variable to the project README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd9c73c..6a48efb 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ docker-compose up | Variable | Description | Default | |-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------| | `BASE_PATH` | Set this variable if you run wireguard-ui under a subpath of your reverse proxy virtual host (e.g. /wireguard)) | N/A | +| `BIND_ADDRESS` | The addresses that can access to the web interface and the port | 0.0.0.0:80 | | `SESSION_SECRET` | The secret key used to encrypt the session cookies. Set this to a random value | N/A | | `WGUI_USERNAME` | The username for the login page. Used for db initialization only | `admin` | | `WGUI_PASSWORD` | The password for the user on the login page. Will be hashed automatically. Used for db initialization only | `admin` |