Do not expose watchtower API port in example docker-compose file

This commit is contained in:
Jan Böhmer 2026-05-03 21:00:16 +02:00
parent ce267cd69d
commit cc8b83a7ae

View file

@ -255,8 +255,6 @@ services:
- WATCHTOWER_HTTP_API_TOKEN=your-secret-token
- WATCHTOWER_LABEL_ENABLE=true
- WATCHTOWER_CLEANUP=true
ports:
- '8081:8080'
```
{: .important }