diff --git a/docker-compose-adxl345.yml b/docker-compose-adxl345.yml index ca86d76..348799f 100644 --- a/docker-compose-adxl345.yml +++ b/docker-compose-adxl345.yml @@ -23,7 +23,7 @@ services: # 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 customized configs - ./config:/home/klippy/.config - - moonraker_data:/home/klippy/.moonraker + - moonraker_data:/home/klippy/.moonraker_database # - <>:/home/klippy/.config # - ./printer.cfg:/home/klippy/.config/printer.cfg # mount serial device - take care to grant sufficient permissions to the device: : diff --git a/docker-compose.yml b/docker-compose.yml index 963dcf9..7b9274c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: # 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 customized configs - ./config:/home/klippy/.config - - moonraker_data:/home/klippy/.moonraker + - moonraker_data:/home/klippy/.moonraker_database # - <>:/home/klippy/.config # - ./printer.cfg:/home/klippy/.config/printer.cfg # mount serial device - take care to grant sufficient permissions to the device: :