-
Notifications
You must be signed in to change notification settings - Fork 264
mount volume script is ignored. #2
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
Comments
Can you be more specific? What did you do, what happened? Works well for me, so I would like to get more information. |
My project Directory looks like:
So, I want to use it by mounting the script as a volume, when I try to run the docker-compose file. The script within
But when I try using it from the image:
building it in-before, As explained by yosifkit in here and here, the problem stem from the official image itself. I'm looking for a workaround for using the mount volume method instead of building images. |
Hello! I think this issue about typo in the example, see my PR. |
Many thanks to @a13xg0! However, looking at @Congrammers config, he has the typo in the folder name, so it should work... and the logs clearly tell that the folder contents are ignored. |
Yeah it's working now; The error that the 'scriptfile is ignored' indicated that the file is useless (probably empty, wrong extension etc..). I figured this when it's actually working. It ignored the README.md and another file within the folder, thanks for everyone guidance! |
based on this issue docker-library/postgres#193
From the readme, the mount volume usage is broken
The text was updated successfully, but these errors were encountered: