tolstoyevsky / cusdeb-single-node

Set of scripts intended for simplifying deployment of CusDeb for developing purposes
Apache License 2.0
1 stars 2 forks source link

Add the possibility to change the location of volumes on host #8

Closed eugulixes closed 6 years ago

eugulixes commented 6 years ago

By default, the location of volumes on host is /srv, but in some cases Docker may complain

docker: Error response from daemon: error while creating mount source path '/srv/mongodb': mkdir /srv/mongodb: read-only file system.

It's necessary to add a new parameter to cusdeb-single-node which will allow to change the location.