From 080e9e1c8b2248868c7bbc140a20bf391ed913b6 Mon Sep 17 00:00:00 2001 From: Dieter Schmidt Date: Mon, 11 Jan 2021 01:32:46 +0100 Subject: [PATCH] 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... --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) 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: :