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