Browse Source
Add PORT environment variable in README.md
pull/548/head
Rahil Bhimjiani
2 years ago
No known key found for this signature in database
GPG Key ID: 6D39AB4713797E6F
1 changed files with
1 additions and
0 deletions
-
README.md
|
@ -81,6 +81,7 @@ These options can be configured by setting environment variables using `-e KEY=" |
|
|
|
|
|
|
|
|
| Env | Default | Example | Description | |
|
|
| 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. | |
|
|
| `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_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. | |
|
|
| `WG_PORT` | `51820` | `12345` | The public UDP port of your VPN server. WireGuard will always listen on `51820` inside the Docker container. | |
|
|