diff --git a/docker-compose.yml b/docker-compose.yml index ff816c3..32cc9d9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: :