14 lines
633 B
Markdown
Raw Normal View History

2023-02-23 01:02:20 +01:00
# References
2023-02-15 22:45:31 +01:00
2023-02-23 01:02:20 +01:00
- https://github.com/containrrr/watchtower
- https://containrrr.dev/watchtower/
# Notes
Running multiple Watchtower instances is only possible by using scope definitions. Please read [here](https://containrrr.dev/watchtower/running-multiple-instances/). Otherwise, any new Watchtower container will remove and clean up older instances.
2025-02-19 16:46:34 +01:00
> [!TIP]
2025-02-19 16:46:46 +01:00
> The provided compose example makes use of a separate socket-proxy container.
2025-02-19 16:46:34 +01:00
>
> Socket Proxy is a security-enhanced proxy, which allows you to apply access rules to the Docker socket, limiting the attack surface for containers such as Watchtower that need to use it.