diff --git a/compose.borgmatic.yaml b/compose.borgmatic.yaml index aff0a47..4f3987c 100644 --- a/compose.borgmatic.yaml +++ b/compose.borgmatic.yaml @@ -1,9 +1,11 @@ services: borgmatic: container_name: borgmatic + image: b3vis/borgmatic:2.0.7 environment: - TZ=Europe/Amsterdam - image: b3vis/borgmatic:v1.1.10-1.4.21 + extra_hosts: + - host:192.168.2.200 healthcheck: test: ["CMD", "pgrep", "crond"] interval: 20s