Watchtower. Binding /etc/localtime for watchtower.

This commit is contained in:
Alexey Skobkin 2020-07-18 16:27:27 +03:00
parent 8b5446dd89
commit 9e5d89bb5d
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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}"