docs: update documentation with new sections and improve clarity

This commit is contained in:
Jan Rundshagen 2025-03-29 13:11:47 +01:00 committed by Jan O. Rundshagen
parent ca0d37a4ac
commit d2a21afcfe
20 changed files with 128 additions and 73 deletions

View file

@ -144,7 +144,7 @@ Example using a custom report template that always sends a session report after
=== "docker-compose"
``` yaml
version: "3"
services:
watchtower:
image: beatkind/watchtower
@ -206,7 +206,7 @@ If watchtower is started with `notify-upgrade` as it's first argument, it will g
=== "docker-compose.yml"
```yaml
version: "3"
services:
watchtower:
image: beatkind/watchtower
@ -234,7 +234,7 @@ You can then copy this file from the container (a message with the full command
=== "docker-compose.yml"
```yaml
version: "3"
services:
watchtower:
image: beatkind/watchtower
@ -283,7 +283,6 @@ The following example assumes, that your domain is called `your-domain.com` and
Example including an SMTP relay:
```yaml
version: '3.8'
services:
watchtower:
image: beatkind/watchtower:latest