Browse Source

replace watchtower (#2456)

update to maintained fork
pull/2461/head
Bernd Storath 4 months ago
committed by GitHub
parent
commit
c0641889cf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/content/examples/tutorials/auto-updates.md

2
docs/content/examples/tutorials/auto-updates.md

@ -20,7 +20,7 @@ File: `/etc/docker/containers/watchtower/docker-compose.yml`
```yaml
services:
watchtower:
image: containrrr/watchtower:latest
image: nickfedor/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
env_file:

Loading…
Cancel
Save