mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 00:28:23 -05:00
open port 1935 for streaming
This commit is contained in:
parent
1cf5c52299
commit
d9aab11aa9
@ -17,6 +17,8 @@ services:
|
|||||||
|
|
||||||
peertube:
|
peertube:
|
||||||
image: chocobozzz/peertube:{{ peertube_version }}-buster
|
image: chocobozzz/peertube:{{ peertube_version }}-buster
|
||||||
|
ports:
|
||||||
|
- "1935:1935"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user