feat(config): LISTENING_ADDRESS configuration key (#590)

This commit is contained in:
Quentin McGaw
2024-01-17 23:18:15 -08:00
committed by GitHub
parent 015d3fca55
commit 3e638326ed
7 changed files with 25 additions and 16 deletions

View File

@@ -86,7 +86,7 @@ ENV \
RESOLVER_ADDRESS= \
RESOLVER_TIMEOUT=5s \
# Web UI
LISTENING_PORT=8000 \
LISTENING_PORT=:8000 \
ROOT_URL=/ \
# Backup
BACKUP_PERIOD=0 \