Skip to content

Commit 59fc0dd

Browse files
committed
Added volume and workspace to readme example
1 parent 44a4379 commit 59fc0dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ docker run --rm \
3333
-e PLUGIN_ROOMID=0123456789abcdef:matrix.org \
3434
-e PLUGIN_USERNAME=yourbot \
3535
-e PLUGIN_PASSWORD=p455w0rd \
36+
-v $(pwd):$(pwd) \
37+
-w $(pwd) \
3638
plugins/matrix
3739
```

0 commit comments

Comments
 (0)