Skip to content
Snippets Groups Projects
Commit 5f2aa731 authored by jurgenhaas's avatar jurgenhaas
Browse files

mobimo/support#3085 Fix timezone for borgmatic container

parent 8b3d43f6
No related branches found
No related tags found
No related merge requests found
...@@ -61,9 +61,9 @@ ...@@ -61,9 +61,9 @@
docker_compose_borgmatic_service: docker_compose_borgmatic_service:
image: 'b3vis/borgmatic:1.8' image: 'b3vis/borgmatic:1.8'
restart: unless-stopped restart: unless-stopped
environment:
TZ: 'Europe/Berlin'
volumes: volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /usr/local/bin/alertalerta.py:/usr/local/bin/alertalerta.py - /usr/local/bin/alertalerta.py:/usr/local/bin/alertalerta.py
- '{{ application_backup_source }}:/mnt/source:ro' - '{{ application_backup_source }}:/mnt/source:ro'
- '{{ application_root }}/borgconfig:/etc/borgmatic.d/' - '{{ application_root }}/borgconfig:/etc/borgmatic.d/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment