mirror of
https://gitea.invidious.io/iv-org/infrastructure.git
synced 2024-08-15 00:53:31 +00:00
Use the Github package + enforce the version
Co-authored-by: Perflyst <26308977+Perflyst@users.noreply.github.com>
This commit is contained in:
parent
bc6b0fae3e
commit
f5e265f0db
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
image: containrrr/watchtower:latest
|
||||
image: ghcr.io/containrrr/watchtower:1.7.1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- 'WATCHTOWER_CLEANUP=true'
|
||||
|
|
Loading…
Reference in a new issue