From 77fefe6868b446f521a7c9460502c647864c686b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Wed, 10 Jan 2024 10:01:17 +0100 Subject: [PATCH] uodated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c92c04a..62b732a 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ The deployment is done via Docker: ## Building Docker image Run the following command: ```bash -docker build . -t utility-bills-tracker:1.2.0 +docker build . -t utility-bills-tracker:1.0.0 ``` The image will be stored in the local Docker instance. ## Deploying Docker service Run the following command: ```bash -docker stack deploy -c docker-compose-deploy.yml utility-bills-tracker:1.2.0 +docker stack deploy -c docker-compose-deploy.yml utility-bills-tracker:1.0.0 ``` \ No newline at end of file