-
Notifications
You must be signed in to change notification settings - Fork 540
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
-v <localpath>:/var/www does not see files #9
Comments
The default document root is /usr/share/nginx/html. This will work:
|
Found the issue. The volumes mount inside the Boot2Docker and not directly the Mac OSX. Had to alter Boot2Docker to give the containers access to the directories on my local machine. http://viget.com/extend/how-to-use-docker-on-os-x-the-missing-guide |
Related issue. It looks like my local changes to a volume do not reflect in nginx. Php files and changes to these files work fine. But when we run Gulp, the build bundles (static JS files) do not. Even if we edit the files on the actual container the files are editable, but nginx sees an older version. Any ideas? |
Is there an issue with file permissions? When I try to pass a volume in the docker container I can no see the files in the volume.
The text was updated successfully, but these errors were encountered: