This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/watchtower/docker-compose.yml

11 lines
223 B
YAML
Raw Normal View History

2021-01-05 11:43:59 +01:00
version: '3.5'
services:
app:
image: 'containrrr/watchtower'
restart: 'always'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/etc/timezone:/etc/timezone:ro'