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