From ac60752307fc8cb415928b20f6bebf2ee8a5d558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Wed, 26 Nov 2025 22:02:13 +0100 Subject: [PATCH] custom: add build instructions to setups --- custom/docker-compose.custom.moonraker-timelapse.override.yaml | 3 ++- custom/docker-compose.custom.unique-uid-gid.override.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/custom/docker-compose.custom.moonraker-timelapse.override.yaml b/custom/docker-compose.custom.moonraker-timelapse.override.yaml index 81c8668..029fceb 100644 --- a/custom/docker-compose.custom.moonraker-timelapse.override.yaml +++ b/custom/docker-compose.custom.moonraker-timelapse.override.yaml @@ -26,7 +26,8 @@ ## ``` ## 3. Add your personal config to this file and copy it to the root of the repository, ## overwriting the existing docker-compose.override.yaml -## 4. start the stack as described in the main readme using mainsail or fluidd as profile +## 4. Run `docker compose build moonraker` +## 5. start the stack as described in the main readme using mainsail or fluidd as profile ## Ustreamer base Service x-ustreamer-svc: &ustreamer-svc diff --git a/custom/docker-compose.custom.unique-uid-gid.override.yaml b/custom/docker-compose.custom.unique-uid-gid.override.yaml index ac60b60..213d860 100644 --- a/custom/docker-compose.custom.unique-uid-gid.override.yaml +++ b/custom/docker-compose.custom.unique-uid-gid.override.yaml @@ -17,6 +17,7 @@ ## 2. Replace the example UID and GID of '4242' in the 'dockerfile_inline' block of the klipper and moonraker services, ## as well as in the command of the init service with your specific requirements. ## Make sure to use the identical UIDs/GIDs in klipper and moonraker. +## 3. run `docker compose build klipper` and `docker compose build moonraker` ## 3. start the stack as described in the main readme using a profile of your choice. ## Ustreamer base Service