mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-06 21:25:35 +02:00
add mount to config folder as default to persist per default
add note to user to branch off from main in order to preserve custom configs...
This commit is contained in:
@@ -15,6 +15,9 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- gcode_files:/home/klippy/gcode_files
|
||||
# be aware to create your own branch if you mount the config folder as it will be updated on the main branch
|
||||
# that way you can merge upstream changes to your (developed) configs...
|
||||
- ./config:/home/klippy/.config
|
||||
# - ./printer.cfg:/home/klippy/.config/printer.cfg
|
||||
|
||||
# mount serial device - take care to grant sufficient permissions to the device: <host_dev>:<container_dev>
|
||||
|
||||
Reference in New Issue
Block a user