Skip non-functional proxies when selecting

This commit is contained in:
2026-01-04 13:02:26 +01:00
parent 7e9cbd94b6
commit 44fbe49c58
4 changed files with 476 additions and 18 deletions

View File

@@ -3,10 +3,10 @@ version: "3.8"
services:
media-webgui:
build: ./media-webgui
container_name: media-webgui
container_name: jf-dl-media-webgui
restart: unless-stopped
ports:
- "${WEBGUI_PORT:-8080}:8080"
- "${WEBGUI_PORT:-8081}:8080"
env_file:
- .env
volumes: