Update compose.yaml
This commit is contained in:
parent
6b3738033d
commit
1678882366
@ -6,7 +6,6 @@ services:
|
||||
network_mode: host
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- /mnt/Data/Apps/GadgetbridgeMqtt/Logs:/app/logs # Optional?
|
||||
- /mnt/Data/Apps/*****/Gadgetbridge/Gadgetbridge.db:/data/Gadgetbridge.db:ro
|
||||
environment:
|
||||
- TZ=Europe/Berlin # Get from e.g. https://webbrowsertools.com/timezone/ -> Timezone info Table -> Timezone
|
||||
@ -17,7 +16,6 @@ services:
|
||||
- GADGETBRIDGE_DB_PATH=/data/Gadgetbridge.db
|
||||
- PYTHONUNBUFFERED=1
|
||||
- PUBLISH_INTERVAL_SECONDS=300
|
||||
- DAY_END_TIME=5 # 5 AM
|
||||
command: >
|
||||
sh -c "
|
||||
apt-get update &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user