mirror of
https://github.com/mkuf/prind.git
synced 2026-08-30 11:48:20 +02:00
docs: fix volume paths in moonraker examples
This commit is contained in:
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
### Added
|
||||
- docs: add notes about CANBUS
|
||||
### Fixed
|
||||
- docs: fix volume paths in moonraker examples #102
|
||||
### Changed
|
||||
- docker: pin base images to python:3.11-(slim-)bookworm
|
||||
- extra: simplify moonraker-timelapse setup
|
||||
|
||||
@@ -16,13 +16,13 @@ Create `moonraker.conf` and `printer.cfg` as well as the directories `run` and `
|
||||
docker run \
|
||||
--privileged \
|
||||
-v /dev:/dev \
|
||||
-v $(pwd)/run:/printer_data/run \
|
||||
-v $(pwd)/run:/opt/printer_data/run \
|
||||
-v $(pwd)/gcode:/opt/printer_data/gcodes \
|
||||
-v $(pwd)/printer.cfg:/opt/printer_data/config/printer.cfg \
|
||||
mkuf/klipper:latest
|
||||
|
||||
docker run \
|
||||
-v $(pwd)/run:/printer_data/run \
|
||||
-v $(pwd)/run:/opt/printer_data/run \
|
||||
-v $(pwd)/gcode:/opt/printer_data/gcodes \
|
||||
-v $(pwd)/moonraker.conf:/opt/printer_data/config/moonraker.conf \
|
||||
-p 7125:7125 \
|
||||
|
||||
Reference in New Issue
Block a user