Skip to content

v0.5.4

Compare
Choose a tag to compare
@mkuf mkuf released this 13 Jun 19:47
· 228 commits to main since this release

Adds

  • Inital configuration for Octoprint in config/octoprint.yaml

Changes

  • Octoprints' Config is no longer stored within its volume and is now part of the common config directory

Notes ⚠️

If you are already using prind with Octoprint, copy your config.yaml from the octoprint volume to config/octoprint.yaml before upgrading, otherwise all your octoprint settings will be lost.
You can use docker compose to achieve this, e.g.

docker compose --profile octoprint cp octoprint:/octoprint/octoprint/config.yaml ./config/octoprint.yaml