From fd72b415c54fbd3435b6355de57107fcfbaf0be1 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Thu, 27 Nov 2025 01:47:56 +0100 Subject: [PATCH] fix: add traefik-proxy network for jellyfin --- streaming/compose.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/streaming/compose.yaml b/streaming/compose.yaml index ca1ddc0..3d3f7ee 100644 --- a/streaming/compose.yaml +++ b/streaming/compose.yaml @@ -10,5 +10,8 @@ services: - ./jellyfin/config:/config - ./jellyfin/media:/data/media networks: - - proxy - restart: unless-stopped \ No newline at end of file + - traefik-proxy + restart: unless-stopped +networks: + traefik-proxy: + external: true \ No newline at end of file