Added volume and workspace to readme example

This commit is contained in:
Thomas Boerger 2018-01-23 23:56:10 +01:00
parent 44a4379f5b
commit 59fc0dd8a4
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 2 additions and 0 deletions

View File

@ -33,5 +33,7 @@ docker run --rm \
-e PLUGIN_ROOMID=0123456789abcdef:matrix.org \
-e PLUGIN_USERNAME=yourbot \
-e PLUGIN_PASSWORD=p455w0rd \
-v $(pwd):$(pwd) \
-w $(pwd) \
plugins/matrix
```