Make Docker web port configurable

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 11:20:25 +09:00
parent 577f2cfc18
commit 415d115b17
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -49,6 +49,10 @@ SEARXNG_INSTANCE=http://localhost:8080
# Enable authentication (default: true)
# AUTH_ENABLED=true
# Host port for the Odysseus web UI in Docker Compose.
# Change this if another local service already uses 7000 (macOS AirPlay often does).
# APP_PORT=7000
# Development-only auth bypass for loopback requests.
# Keep false for Docker, LAN, reverse proxy, and any shared deployment.
# LOCALHOST_BYPASS=false