Expose admin UI port 5275 in docker-compose (for direct/Tailscale access)

This commit is contained in:
2026-02-03 14:39:18 -05:00
parent a8d04b225b
commit ffed9a67f3

View File

@@ -34,9 +34,9 @@ services:
restart: unless-stopped
ports:
- "5274:8080"
# Admin UI on port 5275 - ONLY expose if you need local access
# Admin UI on port 5275 - for local/Tailscale access only
# DO NOT expose through reverse proxy - contains sensitive config
# - "5275:5275"
- "5275:5275"
depends_on:
redis:
condition: service_healthy