We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a4379 commit 59fc0ddCopy full SHA for 59fc0dd
README.md
@@ -33,5 +33,7 @@ docker run --rm \
33
-e PLUGIN_ROOMID=0123456789abcdef:matrix.org \
34
-e PLUGIN_USERNAME=yourbot \
35
-e PLUGIN_PASSWORD=p455w0rd \
36
+ -v $(pwd):$(pwd) \
37
+ -w $(pwd) \
38
plugins/matrix
39
```
0 commit comments