Why not just run a watchtower container? Combined with a diun one to send gotify messages to my phone if you’re into that. (I am!)
Comment on Should I move to Docker?
Undearius@lemmy.ca 11 months ago
If you decide to use docker-compose.yml files, which I do recommend, then I’d also highly recommend this script for updating the docker containers.
It checks each container for updates and then let’s you select the containers you would like to update. I just keep it in the main directory with all the other docker container directories.
Tsubodai@programming.dev 11 months ago
Undearius@lemmy.ca 11 months ago
Sometimes automated updates are not desirable. I also prefer the simplicity of a bash script over a full container.
foobaz@lemmy.world 11 months ago
The preferred filename is now
compose.yaml
, see docs.docker.com/compose/…/03-compose-file/princessnorah@lemmy.blahaj.zone 11 months ago
I doubt they’re going to remove support for the previous filename anytime soon. It would break way too many things.