From c8e7674256d6990bc6d75864409f5dca6ce88df6 Mon Sep 17 00:00:00 2001 From: ewandor Date: Thu, 21 Sep 2023 17:09:05 +0200 Subject: [PATCH] Updating documentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e69de29..8b3002b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# Portainer Updater + +Calls portainer's API and updates the images of all currently active stacks + +## Usage +Update configuration file with your portainer access token and the path of portainer compose directory + +You can then simply execute: + + python main.py \ No newline at end of file