libresh / compose-remotestorage

Remote Storage application for IndieHosters network
GNU Affero General Public License v3.0
18 stars 6 forks source link

config and data directories are not created by default #8

Open pjreed opened 8 years ago

pjreed commented 8 years ago

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 commented 8 years ago

Good point!

Could you PR your findings please?

Thanks a lot for your help!