From b6a234a833e7d2b2e47cf85d19ca59329ea59888 Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Thu, 28 Oct 2021 17:43:04 +0200 Subject: [PATCH] imbed screenshot in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c12cd83..88ad1ef 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ search for new docker tags and update them in your docker-compose file Searches the current folder for a docker-compose.(yml|yaml) file and opens it when it found one. Then it is possible to select a image line. The program then shows the found repository and shows the latest tags. The tags can be scrolled and selected, which updates the opened file. From that point save the file and pull the new image with `docker-compose up -d` or `docker-compse pull`. -[screenshot](./screenshot.png) +![screenshot](./screenshot.png)