From 8e8b1fa2223c6e49acd09142f91cda2dc1c354e9 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 23 Oct 2021 22:52:51 +0200 Subject: [PATCH] Fix RTMP router/service --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 3580ff0..adeecfc 100644 --- a/compose.yml +++ b/compose.yml @@ -18,8 +18,8 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.tcp.routers.${STACK_NAME}-rtmp.rule=HostSNI(`*`)" - - "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=rtmp" - - "traefik.tcp.routers.${STACK_NAME}-rtmp.service=antmedia" + - "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=peertube-rtmp" + - "traefik.tcp.routers.${STACK_NAME}-rtmp.service=${STACK_NAME}-rtmp" - "traefik.tcp.services.${STACK_NAME}-rtmp.loadbalancer.server.port=1935" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"]