hotfix(config): change Dockerfile default LISTENING_PORT -> LISTENING_ADDRESS

This commit is contained in:
Quentin McGaw
2024-01-18 11:08:02 +00:00
parent 3e638326ed
commit 8dc39453e1
2 changed files with 2 additions and 2 deletions

View File

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