Change web UI port to 8081

This commit is contained in:
2026-01-04 12:49:08 +01:00
parent 7e9cbd94b6
commit 5c9c35d10d
4 changed files with 417 additions and 11 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: