File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
# be aware to create your own branch if you mount the config folder as it will be updated on the main branch
24
24
# that way you can merge upstream changes to your customized configs
25
25
- ./config:/home/klippy/.config
26
- - moonraker_data:/home/klippy/.moonraker
26
+ - moonraker_data:/home/klippy/.moonraker_database
27
27
# - <<your_config_path>>:/home/klippy/.config
28
28
# - ./printer.cfg:/home/klippy/.config/printer.cfg
29
29
# mount serial device - take care to grant sufficient permissions to the device: <host_dev>:<container_dev>
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
# be aware to create your own branch if you mount the config folder as it will be updated on the main branch
22
22
# that way you can merge upstream changes to your customized configs
23
23
- ./config:/home/klippy/.config
24
- - moonraker_data:/home/klippy/.moonraker
24
+ - moonraker_data:/home/klippy/.moonraker_database
25
25
# - <<your_config_path>>:/home/klippy/.config
26
26
# - ./printer.cfg:/home/klippy/.config/printer.cfg
27
27
# mount serial device - take care to grant sufficient permissions to the device: <host_dev>:<container_dev>
You can’t perform that action at this time.
0 commit comments