From 261d859764e26bc70d02f0911d83d08f6b8243b2 Mon Sep 17 00:00:00 2001 From: aditya-tiwari-zs Date: Wed, 18 Dec 2024 13:32:42 +0530 Subject: [PATCH] update readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f0fef3..1e99ce3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Zop is a comprehensive tool for managing cloud infrastructure. It consists of th Run the following command to pull and start the Docker image for the zop-api: ```bash - docker run -d -p 8000:8000 --name zop-api zopdev/zop-api:v0.0.1 + docker run -d -p 8000:8000 --name zop-api zopdev/zop-api:v0.0.2 ``` #### zop-ui @@ -32,7 +32,7 @@ Run the following command to pull and start the Docker image for the zop-api: Run the following command to pull and start the Docker image for the zop-ui: ```bash - docker run -d -p 3000:3000 -e NEXT_PUBLIC_API_BASE_URL='http://localhost:8000' --name zop-ui zopdev/zop-ui:v0.0.1 + docker run -d -p 3000:3000 -e NEXT_PUBLIC_API_BASE_URL='http://localhost:8000' --name zop-ui zopdev/zop-ui:v0.0.2 ``` > **Note:** The environment variable `NEXT_PUBLIC_API_BASE_URL` is used by zop-ui to connect to the