Bernd Storath
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/content/examples/tutorials/auto-updates.md
|
|
@ -20,7 +20,7 @@ File: `/etc/docker/containers/watchtower/docker-compose.yml` |
|
|
```yaml |
|
|
```yaml |
|
|
services: |
|
|
services: |
|
|
watchtower: |
|
|
watchtower: |
|
|
image: containrrr/watchtower:latest |
|
|
image: nickfedor/watchtower:latest |
|
|
volumes: |
|
|
volumes: |
|
|
- /var/run/docker.sock:/var/run/docker.sock |
|
|
- /var/run/docker.sock:/var/run/docker.sock |
|
|
env_file: |
|
|
env_file: |
|
|
|