diff --git a/compose.yaml b/compose.yaml index 2f01b27..9198c35 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,15 +6,19 @@ networks: services: wstunnel-client: image: ghcr.io/erebe/wstunnel:latest - container_name: wstunnel-client # ← für docker logs/ps übersichtlicher restart: unless-stopped + container_name: wstunnel-client networks: - jellyfin_network - command: > - client - -R 'tcp://9112:jellyfin:8096' - wss://home.sascha-lutz.de/skipping-supremacy-unspoken-matriarch-john-shifter - depends_on: # ← wstunnel startet erst wenn emby läuft + command: + - "/home/app/wstunnel" + - "client" + - "--http-upgrade-path-prefix" + - "5bb8a961812d2f966e09b2825635a1a1007a283083877ae7873ebda99c514ec7" + - "-R" + - "tcp://0.0.0.0:9112:jellyfin:8096" + - "wss://tunnel.sascha-lutz.de" + depends_on: - jellyfin logging: driver: "json-file"