Update volume mapping in compose.yaml to mount the entire Gadgetbridge directory

This commit is contained in:
Oliver Großkloß 2025-12-07 13:07:50 +01:00
parent 54d54905db
commit efb3b9a8f7

View File

@ -6,7 +6,7 @@ services:
network_mode: host network_mode: host
working_dir: /app working_dir: /app
volumes: volumes:
- /mnt/Data/Apps/*****/Gadgetbridge/Gadgetbridge.db:/data/Gadgetbridge.db:ro - /mnt/Data/Apps/*****/Gadgetbridge:/data:ro
environment: environment:
- TZ=Europe/Berlin # Get from e.g. https://webbrowsertools.com/timezone/ -> Timezone info Table -> Timezone - TZ=Europe/Berlin # Get from e.g. https://webbrowsertools.com/timezone/ -> Timezone info Table -> Timezone
- MQTT_BROKER=192.168.***.*** - MQTT_BROKER=192.168.***.***