From 23ca62833f39a9a6a867744089ba24713a28c853 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 16 Nov 2023 16:06:59 +0100 Subject: [PATCH] Updated Readme.md --- roles/update-docker/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/update-docker/README.md b/roles/update-docker/README.md index 50d43623..984320d5 100644 --- a/roles/update-docker/README.md +++ b/roles/update-docker/README.md @@ -1,4 +1,5 @@ -# update-docker -script to update docker-compose instances -## See -- [ChatGPT: Docker --force-recreate vs. --build](https://chat.openai.com/share/4cbf76a0-878b-4ce4-ba43-08a7b6dfcd0b) \ No newline at end of file +# Update-Docker Role + +This Ansible role is used to update Docker Compose instances. It includes a Python script that checks for updates to Docker images and applies them if necessary. + +It was created with the help of ChatGPT. The conversation is available [here](https://chat.openai.com/share/165418b8-25fa-433b-baca-caded941e22a) \ No newline at end of file