From a3c12855fe4d8115bc15bf1ccb05be433ee166bb Mon Sep 17 00:00:00 2001 From: mr-forust Date: Thu, 27 Nov 2025 01:56:38 +0100 Subject: [PATCH] chore: volumes best-practices for jellyfin, ports for pre-traefik debugging --- streaming/compose.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/streaming/compose.yaml b/streaming/compose.yaml index 3d3f7ee..269caf8 100644 --- a/streaming/compose.yaml +++ b/streaming/compose.yaml @@ -6,9 +6,14 @@ services: - PUID=1000 - PGID=1000 - TZ=${TZ} + ports: + - 8096:8096/tcp + - 7359:7359/udp volumes: - ./jellyfin/config:/config - - ./jellyfin/media:/data/media + - type: bind + source: .jellyfin/media + target: /media networks: - traefik-proxy restart: unless-stopped