From 5354d4632271bb966f2de8cc71e11868af747bef Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Wed, 25 Mar 2026 08:09:52 +0100 Subject: [PATCH] Change network from emby_sascha_network to emby_chris_network --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 77e9b64..966df84 100644 --- a/compose.yaml +++ b/compose.yaml @@ -9,7 +9,7 @@ services: container_name: wstunnel-client # ← für docker logs/ps übersichtlicher restart: unless-stopped networks: - - emby_sascha_network + - emby_chris_network command: > client -R 'tcp://9106:emby:8096' @@ -40,7 +40,7 @@ services: - NVIDIA_VISIBLE_DEVICES=all restart: unless-stopped networks: - - emby_sascha_network + - emby_chris_network devices: - /dev/nvidia0:/dev/nvidia0 - /dev/nvidiactl:/dev/nvidiactl