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 container_name: tunnel
networks: networks:
- emby_sascha_network - emby_sascha_network
command: > command:
wstunnel client - "/home/app/wstunnel"
--http-upgrade-path-prefix canal-grope-quiet-gorgeous-broom-spearfish - "client"
-R 'tcp://9103:emby:8096' - "--http-upgrade-path-prefix"
wss://tv.sascha-lutz.de - "canal-grope-quiet-gorgeous-broom-spearfish"
- "-R"
- "tcp://9103:emby:8096"
- "wss://tunnel.sascha-lutz.de"
depends_on: depends_on:
- emby - emby
logging: logging: