Skip to content

Commit 59b1be7

Browse files
committed
fix moonraker database mountpoint in docker-compose
1 parent 8dd8fc3 commit 59b1be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-adxl345.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
# be aware to create your own branch if you mount the config folder as it will be updated on the main branch
2424
# that way you can merge upstream changes to your customized configs
2525
- ./config:/home/klippy/.config
26-
- moonraker_data:/home/klippy/.moonraker
26+
- moonraker_data:/home/klippy/.moonraker_database
2727
# - <<your_config_path>>:/home/klippy/.config
2828
# - ./printer.cfg:/home/klippy/.config/printer.cfg
2929
# mount serial device - take care to grant sufficient permissions to the device: <host_dev>:<container_dev>

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
# be aware to create your own branch if you mount the config folder as it will be updated on the main branch
2222
# that way you can merge upstream changes to your customized configs
2323
- ./config:/home/klippy/.config
24-
- moonraker_data:/home/klippy/.moonraker
24+
- moonraker_data:/home/klippy/.moonraker_database
2525
# - <<your_config_path>>:/home/klippy/.config
2626
# - ./printer.cfg:/home/klippy/.config/printer.cfg
2727
# mount serial device - take care to grant sufficient permissions to the device: <host_dev>:<container_dev>

0 commit comments

Comments
 (0)