-
Notifications
You must be signed in to change notification settings - Fork 32
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
Docker-compose not executing scripts in /docker-entrypoint-initdb.d #48
Comments
Hi, |
@dothebart Thank you for the information. The scripts I have run fine on an arangodb container, it's when I try to bring it up using docker-compose that I am having issues. The
|
I had exactly the same problem using docker-compose. I removed all of my containers and images and then tried again, this time it imported my /dumps |
could it be related to this comment? docker-library/postgres#203 (comment) (learned that from @rtmruczek ) |
Yes, see my previous comment |
Yes @dothebart @brendanwheble, I believe this caused by persistence, much like the postgres issue I believe this line in the docker entry file is the root cause. Try removing the file |
ok, maybe #51 would then better help to see why no initialisation is done. |
Ok, the current arangodb docker containers now contain these hints, will close this issue. |
We run a few scripts inside /docker-entrypoint-initdb.d
When using docker to run the container, the scripts run fine:
But when using docker-compose, the scripts are skipped
Part of my compose file:
Is there anything I am missing here? Why the inconsistency?
The text was updated successfully, but these errors were encountered: