ff783fd4d1
* improve docs * preplan guides * fix spelling * fix nftables rules * consistent wg-easy code block * fix grammar
12 lines
534 B
Markdown
12 lines
534 B
Markdown
---
|
|
title: Optional Configuration
|
|
---
|
|
|
|
You can set these environment variables to configure the container. They are not required, but can be useful in some cases.
|
|
|
|
| Env | Default | Example | Description |
|
|
| ---------- | --------- | ----------- | ------------------------------ |
|
|
| `PORT` | `51821` | `6789` | TCP port for Web UI. |
|
|
| `HOST` | `0.0.0.0` | `localhost` | IP address web UI binds to. |
|
|
| `INSECURE` | `false` | `true` | If access over http is allowed |
|