From b685af0062e04e6d9f6cbfdee24f4a4074f731ab Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Thu, 9 Jun 2022 23:23:04 +0530 Subject: [PATCH] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 41cb819..2f7ca3f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,7 @@ RanchiMall wants to made things easy for you by packing all the three systems to ## How do I use this? -Clone the repository and then crete a docker volume - -``` -docker volume inspect ranchimall-flo-volume -``` - -Build the docker image by the following command +Clone the repository and Build the docker image by the following command ``` sudo docker build . @@ -28,11 +22,11 @@ sudo docker build . Run the docker container with exposing all the port and mounting the volume ``` -docker run -d -p 5009:5009 -p 6200:6200 -v ranchimall-flo-volume +docker run -d -p 4256:4256 -p 6012:6012 ``` To Check if FLO-API is running ``` -0.0.0.0:5009/api/v1.0/getSystemData +0.0.0.0:6012/api/v1.0/getSystemData ```