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
Raw Permalink Normal View History

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