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

15 lines
364 B
YAML
Raw Normal View History

2021-01-05 11:43:59 +01:00
version: '3.5'
services:
app:
image: 'containrrr/watchtower'
restart: 'always'
2021-01-05 11:51:16 +01:00
environment:
- 'WATCHTOWER_LABEL_ENABLE=true'
labels:
- 'com.centurylinklabs.watchtower.enable=true'
2021-01-05 11:43:59 +01:00
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/etc/timezone:/etc/timezone:ro'