From ae514f92c004a2d178275a877c2deb9795dda946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Sun, 30 Jul 2023 12:47:16 +0200 Subject: [PATCH] docs: clarify upgrade procedure related to #86 --- CHANGELOG.md | 1 + README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbf600..803353d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Github Action Runner running out of space ### Changed - Refactor moonraker-timelapse custom setup into an single override file +- Clarify docs for upgrading the stack related to #86 ### Removed --> diff --git a/README.md b/README.md index 70df10c..0f48ba4 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,10 @@ The SHA-Tag ``a33d069`` will remain and refers to [Klipper3d/klipper:a33d069](ht Updating can be handled via docker-compose. docker-compose.yaml uses latest tags for all Images contained in this Repository. -Compose will download all current Images and replace them when starting the stack again. +Compose will download all current Images and replace them when starting the stack again. +Make sure to include _all_ profiles that you specified at stack startup when pulling images. ``` -docker compose pull +docker compose --profile pull docker compose --profile up -d ```