From b0714c9b2f1cb82558b096fe19864b2d3f190af1 Mon Sep 17 00:00:00 2001 From: Rahil Bhimjiani Date: Wed, 10 May 2023 02:19:57 +0530 Subject: [PATCH] Add PORT environment variable in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6daca1b2..38abc92d 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ These options can be configured by setting environment variables using `-e KEY=" | Env | Default | Example | Description | | - | - | - | - | +| `PORT` | `51821` | `6789` | TCP port for Web UI. | | `PASSWORD` | - | `foobar123` | When set, requires a password when logging in to the Web UI. | | `WG_HOST` | - | `vpn.myserver.com` | The public hostname of your VPN server. | | `WG_PORT` | `51820` | `12345` | The public UDP port of your VPN server. WireGuard will always listen on `51820` inside the Docker container. |