From 4d390dd859a1bcf221a3df0a1d20d787f49317a5 Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Fri, 27 Mar 2026 12:35:17 +0100 Subject: [PATCH] Update compose.yaml --- compose.yaml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/compose.yaml b/compose.yaml index ccc08a0..d0b555a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,27 +4,6 @@ networks: name: emby_sascha_network services: - wstunnel-client: - image: ghcr.io/erebe/wstunnel:latest - restart: unless-stopped - container_name: wstunnel-client - networks: - - emby_sascha_network - command: - - "/home/app/wstunnel" - - "client" - - "--http-upgrade-path-prefix" - - "5bb8a961812d2f966e09b2825635a1a1007a283083877ae7873ebda99c514ec7" - - "-R" - - "tcp://0.0.0.0:9103:emby:8096" - - "wss://tunnel.sascha-lutz.de" - depends_on: - - emby - logging: - driver: "json-file" - options: - max-size: "10m" - max-file: "3" emby: image: lscr.io/linuxserver/emby:latest container_name: emby @@ -41,6 +20,8 @@ services: - NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_VISIBLE_DEVICES=all restart: unless-stopped + ports: + - 8096:8096 networks: - emby_sascha_network devices: