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

14 lines
300 B
YAML

version: '3.5'
services:
app:
image: 'containrrr/watchtower'
restart: 'always'
env_file:
- 'watchtower.env'
labels:
- 'com.centurylinklabs.watchtower.enable=true'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'