Compare commits

..

No commits in common. "3022888213cd6d88e69e59762a564fab030225ae" and "88ae9801bc47517798aaed402c4aa1b7c609fbaa" have entirely different histories.

View File

@ -30,8 +30,9 @@ 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=true"
#- "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver"
#- "traefik.tcp.routers.rtmpcast.tls.passthrough=true"
- "traefik.tcp.services.rtmpcast.loadbalancer.server.port=1935"
networks:
- default