Comments on: Watchtower: Automatically Update Docker Container Images https://linuxiac.com/watchtower-automatically-update-docker-container-images/ All things Linux & Open Source Sun, 18 May 2025 21:44:07 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Bobby Borisov https://linuxiac.com/watchtower-automatically-update-docker-container-images/#comment-49499 Thu, 04 Jan 2024 21:48:17 +0000 https://linuxiac.com/?p=60331#comment-49499 In reply to VGE.

Hey VGE,

First of all, apologies for responding late. Regarding your question – no, there won’t be any issues. What matters to Watchtower is identifying the labels it looks for on the container. It doesn’t matter how the container is deployed. It will take care of that container if the labels it’s looking for are there.

Best,
Bobby

]]>
By: VGE https://linuxiac.com/watchtower-automatically-update-docker-container-images/#comment-49115 Fri, 29 Dec 2023 22:57:39 +0000 https://linuxiac.com/?p=60331#comment-49115 Hi Bobby, great article thank you. I have a question: I run all my containers in separate docker-compose files, example:
/docker/nextcloud/docker-compose.yml
/docker/uptime-kuma/docker-compose.yml
etc etc etc.

Normally I manually go to the folder and have a alias: alias dcr=’sudo docker-compose down && sudo docker-compose pull && sudo docker-compose up -d’ .

How does watchtower interact with compose and its separate files? Or wouldn’t this be an issue?

Thanks!

]]>