mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:54:17 -04:00
Allow configuring the bind address
Adds a config variable for bind address to support working in IPv6 environments.
This commit is contained in:
@@ -158,6 +158,8 @@ services:
|
||||
KIOSK_EMAIL: 'false'
|
||||
# Enable/disable a printer for Kiosk Vouchers (this automatically prints vouchers), currently supported: escpos ip (Example: 192.168.1.10)
|
||||
KIOSK_PRINTER: ''
|
||||
# Specifies the IP address to bind to (such as :: in IPv6 environments)
|
||||
BIND_ADDRESS: '0.0.0.0'
|
||||
# Sets the application Log Level (Valid Options: error|warn|info|debug|trace)
|
||||
LOG_LEVEL: 'info'
|
||||
# Sets the default translation for dropdowns
|
||||
|
||||
Reference in New Issue
Block a user