You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
changed the title
Incorrect folder mount
Incorrect folder mount in README
May 10, 2020
README states
-v ./config:/home/octoprint/.octoprint
as a required mount but the Dockerfile listsVOLUME /home/octoprint
instead. Mounting /home/octoprint as per the Dockerfile seems to cause execution permission errors on my system. Changing toVOLUME /home/octoprint/.octoprint
in the Dockerfile fixes these issues.Pull Request
The text was updated successfully, but these errors were encountered: