From efb3b9a8f7b1f90c43009433647a501babf16eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gro=C3=9Fklo=C3=9F?= Date: Sun, 7 Dec 2025 13:07:50 +0100 Subject: [PATCH] Update volume mapping in compose.yaml to mount the entire Gadgetbridge directory --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index eb68f12..509f27f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,7 +6,7 @@ services: network_mode: host working_dir: /app volumes: - - /mnt/Data/Apps/*****/Gadgetbridge/Gadgetbridge.db:/data/Gadgetbridge.db:ro + - /mnt/Data/Apps/*****/Gadgetbridge:/data:ro environment: - TZ=Europe/Berlin # Get from e.g. https://webbrowsertools.com/timezone/ -> Timezone info Table -> Timezone - MQTT_BROKER=192.168.***.***