-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
Description
When I receive a notification, I get the list of images which can be updated. However, I have a lot of docker-compose.yml files running, so it gets confusing which I need to update.
e.g. Now I receive something like:
[diun 4.19.0] Docker tag docker.io/library/mariadb:latest has been released
[diun 4.19.0] Docker tag docker.io/library/mariadb:latest has been released
[diun 4.19.0] Docker tag docker.io/library/mariadb:latest has been released
But it would help if I could also include the container names in the output:
[diun 4.19.0] Docker tag docker.io/library/mariadb:latest has been released for nextcloud_database_1
[diun 4.19.0] Docker tag docker.io/library/mariadb:latest has been released for fireflyiii_database_1
[diun 4.19.0] Docker tag docker.io/library/mariadb:latest has been released for photoview_db_1
Reactions are currently unavailable