v0.5.4
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