redgeoff / spiegel

Scalable replication and change listening for CouchDB
MIT License
144 stars 19 forks source link

Update ReadMe for Mount Source When Creating Service #238

Open daveywc opened 2 years ago

daveywc commented 2 years ago

In the readme you need to update the various references to adding a --mount point when creating a service so that the source value is an absolute path.

e.g.
--mount type=bind,source=change-listener-passwords.json

should be changed to --mount type=bind,source=/home/USERNAME/change-listener-passwords.json