This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Volume directories not created #31
Labels
Comments
What folders in particular seem to be the culprits? |
I'd guess views, email, public, keys... are there more? |
Just did a fresh build - the following volume directories did not exist:
Is it possible these are auto-created by docker-compose? They were not created by |
So the status quo is currently:
|
@christiansmith What's up with redis/data? |
redis/data I believe is created also when the containers are launched by docker compose. |
Given that not everyone using Docker will use Docker Compose, I think we should definitely create the mandatory directories with |
I'll submit a CR for the "init' command to pre-create all the folders - should be up shortly. Even if not needed in all cases, it should not hurt. |
christiansmith
added a commit
that referenced
this issue
Sep 16, 2015
connect-cli #31 - Precreate all folders for mounting docker volumes
Fixed by #35 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
nvl init
, the resulting docker-compose.yml references a number of folders for mapping volumes that do not exist. I believe it would be best if these folders were created by the init process.If the team agrees, I can provide a PR to add this to the initialization.
The text was updated successfully, but these errors were encountered: