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