Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config and data directories are not created by default #8

Open
pjreed opened this issue May 27, 2016 · 1 comment
Open

config and data directories are not created by default #8

pjreed opened this issue May 27, 2016 · 1 comment

Comments

@pjreed
Copy link

pjreed commented May 27, 2016

I cloned the repository and ran the setup instructions from README.md:

git clone https://github.com/indiehosters/remoteStorage.git
cd remoteStorage
docker-compose up

After trying to start the container, it exited with this error message:

Creating remotestorage_web_1
ERROR: Cannot start container bfc841c52de67737da5ec68cc6901855c96525231c14b6196dbd40b15b136717: stat /volume1/docker/remoteStorage/config: no such file or directory

I created an empty config directory, tried again, and then it exited with this:

Starting remotestorage_web_1
ERROR: Cannot start container bfc841c52de67737da5ec68cc6901855c96525231c14b6196dbd40b15b136717: stat /volume1/docker/remoteStorage/data: no such file or directory

After creating an empty data directory, it started up successfully.

@pierreozoux
Copy link
Member

Good point!

Could you PR your findings please?

Thanks a lot for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants