Refactor wstunnel command in compose.yaml

This commit is contained in:
feldjaeger 2026-03-25 08:31:32 +01:00 committed by GitHub
parent 59de293261
commit d8007eea8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,14 @@ services:
container_name: tunnel
networks:
- emby_sascha_network
command: >
wstunnel client
--http-upgrade-path-prefix canal-grope-quiet-gorgeous-broom-spearfish
-R 'tcp://9103:emby:8096'
wss://tv.sascha-lutz.de
command:
- "/home/app/wstunnel"
- "client"
- "--http-upgrade-path-prefix"
- "canal-grope-quiet-gorgeous-broom-spearfish"
- "-R"
- "tcp://9103:emby:8096"
- "wss://tunnel.sascha-lutz.de"
depends_on:
- emby
logging: