Refactor wstunnel command in compose.yaml
This commit is contained in:
parent
59de293261
commit
d8007eea8f
1 changed files with 8 additions and 5 deletions
13
compose.yaml
13
compose.yaml
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue