fix moonraker database mountpoint in docker-compose

This commit is contained in:
Dieter Schmidt
2022-09-26 13:23:35 +02:00
parent 8dd8fc3a1e
commit 59b1be7e2c
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>