Browse Source

Update readme

pull/2583/head
Sagi Kovo 3 months ago
parent
commit
ebe436d111
  1. 14
      docs/content/advanced/config/optional-config.md

14
docs/content/advanced/config/optional-config.md

@ -4,13 +4,13 @@ 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 |
| `DISABLE_IPV6` | `false` | `true` | If IPv6 support should be disabled |
| `WG_INTERFACE` | `wg0` | `wg1` | WireGuard interface name. Change when running multiple instances on the same host (e.g. `hostNetwork: true` in Kubernetes). |
| 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 |
| `DISABLE_IPV6` | `false` | `true` | If IPv6 support should be disabled |
| `WG_INTERFACE` | `wg0` | `wg1` | WireGuard interface name. Change when running multiple instances on the same host. |
/// note | IPv6 Caveats

Loading…
Cancel
Save