Watchtower. Binding /etc/localtime for watchtower.
This commit is contained in:
parent
8b5446dd89
commit
9e5d89bb5d
|
@ -45,6 +45,6 @@ Not every stack is tested to fully work.
|
||||||
- [x] Redis
|
- [x] Redis
|
||||||
- [ ] Sonarr (prototype state, working itself, but transmission-on-host integration didn't work due to path mismatch)
|
- [ ] Sonarr (prototype state, working itself, but transmission-on-host integration didn't work due to path mismatch)
|
||||||
- [x] Speedtest (LibreSpeed)
|
- [x] Speedtest (LibreSpeed)
|
||||||
- [ ] Watchtower (prototype state)
|
- [x] Watchtower
|
||||||
- [ ] Wordpress (prototype state)
|
- [ ] Wordpress (prototype state)
|
||||||
- [ ] YaCy (abandoned due to upstream code problems)
|
- [ ] YaCy (abandoned due to upstream code problems)
|
||||||
|
|
|
@ -8,6 +8,7 @@ services:
|
||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: "${CONTAINERS_LIST}"
|
command: "${CONTAINERS_LIST}"
|
||||||
|
|
Loading…
Reference in a new issue