Move RTMP port to non-collision

This commit is contained in:
Joey Hafner 2023-04-05 19:24:43 -07:00
parent 408ef978cb
commit 9a08fda5e3

View File

@ -20,7 +20,7 @@ services:
- peertube.env - peertube.env
- peertube_secrets.env - peertube_secrets.env
ports: ports:
- "1935:1935" # Livestream RTMP port - "11935:1935" # Livestream RTMP port
volumes: volumes:
- assets:/app/client/dist - assets:/app/client/dist
- ${DOCKER_VOLUME}/data:/data - ${DOCKER_VOLUME}/data:/data