custom: add build instructions to setups

This commit is contained in:
Markus Küffner
2025-11-26 22:02:13 +01:00
parent b4d93c97a7
commit ac60752307
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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