8000 Incorrect folder mount in README · Issue #43 · OctoPrint/octoprint-docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Incorrect folder mount in README #43

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

Closed
lachlancresswell opened this issue May 6, 2020 · 2 comments
Closed

Incorrect folder mount in README #43

lachlancresswell opened this issue May 6, 2020 · 2 comments

Comments

@lachlancresswell
Copy link

README states -v ./config:/home/octoprint/.octoprint as a required mount but the Dockerfile lists VOLUME /home/octoprint instead. Mounting /home/octoprint as per the Dockerfile seems to cause execution permission errors on my system. Changing to VOLUME /home/octoprint/.octoprint in the Dockerfile fixes these issues.

Pull Request

@LongLiveCHIEF
Copy link
Member

The README needs to be updated. Can you use -v ./config:/home/octoprint to mount instead?

I updated the docker-compose.yml file, but haven't yet made it around to updating the README because there are a LOT of changes, and we're not yet at the "stable" release milestone for this image.

@LongLiveCHIEF LongLiveCHIEF changed the title Incorrect folder mount Incorrect folder mount in README May 10, 2020
@LongLiveCHIEF
Copy link
Member

closed #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0