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:
Dieter Schmidt
2021-01-11 01:32:46 +01:00
parent c4fd697f9b
commit 080e9e1c8b

View File

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