Allow configuring the bind address

Adds a config variable for bind address to support working in IPv6 environments.
This commit is contained in:
Karolina Liskova
2026-01-28 10:18:02 +00:00
parent 13e80463e9
commit 3f3cdd66a5
3 changed files with 5 additions and 2 deletions

View File

@@ -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