fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
983 stars 32 forks source link

containers created with docker compose: tags are ignored #305

Open Percy2Live opened 1 year ago

Percy2Live commented 1 year ago

I noticed that for all of my containers which are created with docker compose the tags are ignored. E.g. for nginx I can see that the label is created properly: image

but they seem to be ignored by WUD: image

Creating the container without docker compose fixes the issue. Same behavior can be observed for multiple other containers