Replies: 1 comment 6 replies
-
|
Hi, Best option is to deploy it in the Matterbridge directory so is always available when the container is recreated even if the plugin is not published to npm. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for this great piece of software!
I've deployed Matterbridge to my home server using Docker Compose and the provided template. However, I've encountered an issue with plugin persistence.
After uploading and installing a custom-made plugin, everything works fine, but once I recreate the container, the uploaded plugin is no longer found. I see the following error:
What’s the recommended way to persist uploaded plugins when using Docker Compose?
Beta Was this translation helpful? Give feedback.
All reactions