From 19844be3273ae161f219a0861479094c8d7bd6f5 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 9 May 2024 23:04:04 +0200 Subject: [PATCH] update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c588b3..9f2d053 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,13 @@ Go to `./template-docker/` and execute `docker compose up -d` to run the Docker in the background. # Octoprint Multi Docker Setup -Execute `start.sh` to create multiple Octoprint instances using the Octoprint template as the base system. \ No newline at end of file +Execute `start.sh` to create multiple Octoprint instances using the Octoprint template as the base system. + +# This is how it works +After executing **start.sh**, the current state of the Octoprint Docker Template is copied to **template/octoprint**. + +The **config.yaml** can be found in `template/octoprint/octoprint/` + +# I want to see the configuration of the Octoprint template directly docker +Execute `docker exec -it octoprint-template bash` to join the Docker. +You will find the **config.yaml** in `/octoprint/octoprint/config.yaml`. \ No newline at end of file