mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-07 11:56:36 +02:00
fix moonraker database mountpoint in docker-compose
This commit is contained in:
@@ -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
|
||||
# - <<your_config_path>>:/home/klippy/.config
|
||||
# - ./printer.cfg:/home/klippy/.config/printer.cfg
|
||||
# mount serial device - take care to grant sufficient permissions to the device: <host_dev>:<container_dev>
|
||||
|
||||
@@ -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
|
||||
# - <<your_config_path>>:/home/klippy/.config
|
||||
# - ./printer.cfg:/home/klippy/.config/printer.cfg
|
||||
# mount serial device - take care to grant sufficient permissions to the device: <host_dev>:<container_dev>
|
||||
|
||||
Reference in New Issue
Block a user