-
Hi, I've got this working great in docker-compose and was wondering if there's a way to monitor multiple different streamers. |
Beta Was this translation helpful? Give feedback.
Answered by
lauwarm
Mar 6, 2024
Replies: 1 comment 1 reply
-
Hey @iercco, well you could just repeat the service in your docker-compose.yml. Something like that for example:
So for every stream you would add another streamlink-recorder-01 section to your docker-compose.yml. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iercco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @iercco,
well you could just repeat the service in your docker-compose.yml.
Something like that for example: