diff --git a/compose.yaml b/compose.yaml index 7f01479..5af1e90 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,11 +10,14 @@ services: restart: unless-stopped networks: - emby_chris_network - command: > - wstunnel client - --http-upgrade-path-prefix canal-grope-quiet-gorgeous-broom-spearfish - -R 'tcp://9106:emby:8096' - wss://tunnel.sascha-lutz.de + command: + - "/home/app/wstunnel" + - "client" + - "--http-upgrade-path-prefix" + - "canal-grope-quiet-gorgeous-broom-spearfish" + - "-R" + - "tcp://9106:emby:8096" + - "wss://tunnel.sascha-lutz.de" depends_on: # ← wstunnel startet erst wenn emby läuft - emby logging: