Update volume mapping in compose.yaml to mount the entire Gadgetbridge directory
This commit is contained in:
parent
54d54905db
commit
efb3b9a8f7
@ -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.***.***
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user