From 9e5d89bb5d8d736ae9825ab699856d439349ebed Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 18 Jul 2020 16:27:27 +0300 Subject: [PATCH] Watchtower. Binding /etc/localtime for watchtower. --- README.md | 2 +- watchtower/docker-compose.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b277fbf..8f02939 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,6 @@ Not every stack is tested to fully work. - [x] Redis - [ ] Sonarr (prototype state, working itself, but transmission-on-host integration didn't work due to path mismatch) - [x] Speedtest (LibreSpeed) -- [ ] Watchtower (prototype state) +- [x] Watchtower - [ ] Wordpress (prototype state) - [ ] YaCy (abandoned due to upstream code problems) diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 8f42c6d..d784beb 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -8,6 +8,7 @@ services: container_name: watchtower volumes: - "/var/run/docker.sock:/var/run/docker.sock" + - "/etc/localtime:/etc/localtime:ro" env_file: .env restart: unless-stopped command: "${CONTAINERS_LIST}"