1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-25 00:48:20 -05:00

open port 1935 for streaming

This commit is contained in:
Felix Ableitner 2021-02-08 13:41:11 +01:00
parent 1cf5c52299
commit d9aab11aa9

View File

@ -17,6 +17,8 @@ services:
peertube:
image: chocobozzz/peertube:{{ peertube_version }}-buster
ports:
- "1935:1935"
env_file:
- .env
volumes: