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