add configurable firewall host IP for firewall command generation
This commit is contained in:
parent
340f8e5bef
commit
f57d2fc6be
4 changed files with 28 additions and 1 deletions
|
|
@ -8,3 +8,7 @@ ENCRYPTION_KEY=CHANGE_ME_TO_A_VALID_FERNET_KEY
|
|||
|
||||
# The local port that the web interface will bind to
|
||||
WEB_PORT=8814
|
||||
|
||||
# Optional: The IP address or hostname of this Docker host to show in the Firewall Helper.
|
||||
# If not set, the hostname used to access the web interface will be used.
|
||||
# FIREWALL_HOST_IP=192.168.1.100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue