add docker compose

This commit is contained in:
seanauff 2020-01-30 15:06:04 -05:00
parent c000a3d9f4
commit 8165449c66
1 changed files with 3 additions and 1 deletions

View File

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