Add missing update label

This commit is contained in:
2022-09-23 16:44:20 +02:00
parent bff92ab906
commit 83bbe20224
3 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,8 @@ services:
environment:
- POSTGRES_USER={{ miniflux.db.user }}
- POSTGRES_PASSWORD={{ miniflux.db.password }}
labels:
- "com.centurylinklabs.watchtower.scope=update"
volumes:
- database:/var/lib/postgresql/data
healthcheck: