Refactor wstunnel command for better readability

This commit is contained in:
feldjaeger 2026-03-25 08:32:13 +01:00 committed by GitHub
parent 595c0ecd72
commit f92f85b4e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,14 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- emby_chris_network - emby_chris_network
command: > command:
wstunnel client - "/home/app/wstunnel"
--http-upgrade-path-prefix canal-grope-quiet-gorgeous-broom-spearfish - "client"
-R 'tcp://9106:emby:8096' - "--http-upgrade-path-prefix"
wss://tunnel.sascha-lutz.de - "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 depends_on: # ← wstunnel startet erst wenn emby läuft
- emby - emby
logging: logging: