Make admin web UI port configurable via WEB_PORT
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
6a3b627311
commit
b683fad5d8
@@ -25,6 +25,9 @@ WG_RELAY_SUBNETS=
|
||||
# Set true to block peer-to-peer traffic between VPN clients (isolation).
|
||||
WG_PEER_ISOLATION=false
|
||||
|
||||
# Port the admin web UI listens on (host port, since network_mode: host).
|
||||
WEB_PORT=8000
|
||||
|
||||
# Admin panel login
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=password
|
||||
|
||||
Reference in New Issue
Block a user