fix override and init option

This commit is contained in:
Bernd Storath
2025-11-17 11:23:51 +01:00
parent 516a3fa72c
commit b29703af86
6 changed files with 50 additions and 66 deletions
@@ -84,7 +84,10 @@ Some overrides will not be applied to existing clients until they are manually e
/// note | Note on Port Variables
- `WG_PORT` - The port WireGuard listens on (interface port)
- `WG_CLIENT_PORT` - The port clients connect to (endpoint port, usually same as `WG_PORT`)
- `WG_CLIENT_PORT` - The port clients connect to (endpoint port, uses `WG_PORT` if not set)
- `PORT` - The port the Web UI listens on (HTTP server port)
In most cases you will only need to set `WG_PORT` to change the WireGuard port.
Keep in mind that you have to adjust both sides of the port publish option in your docker setup.
///