Kind of working commit...

This commit is contained in:
Stephan Porada 2021-05-09 08:44:58 +02:00
parent c1fcd9d7b1
commit dd3e8c6dd5
1 changed files with 2 additions and 3 deletions

View File

@ -30,9 +30,8 @@ services:
- "traefik.tcp.routers.rtmpcast.entrypoints=rtmp"
- "traefik.tcp.routers.rtmpcast.rule=HostSNI(`osp.${DOMAIN}`)"
- "traefik.tcp.routers.rtmpcast.service=rtmpcast"
#- "traefik.tcp.routers.rtmpcast.tls=true"
#- "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver"
#- "traefik.tcp.routers.rtmpcast.tls.passthrough=true"
- "traefik.tcp.routers.rtmpcast.tls=true"
- "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver"
- "traefik.tcp.services.rtmpcast.loadbalancer.server.port=1935"
networks:
- default