From 8165449c66f28cfa781cc2623cd2b88382f5cdfb Mon Sep 17 00:00:00 2001 From: seanauff Date: Thu, 30 Jan 2020 15:06:04 -0500 Subject: [PATCH] add docker compose --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e5c4b..12aec75 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ docker run -d --name octoprint-klipper -e TZ=America/New_York -v /home/docker/oc Stop the container, and modify your [Klipper] `printer.cfg` and [Octoprint] `config.yaml` in the config directory as needed. -Start the container. +Restart the container. + +A docker-compose file is also provided. If you have any questions, feel free to log an issue on this project, and I'll see if I can help.