From 4f7f093a5f7aab61abbd9681c0b063b0ac66533b Mon Sep 17 00:00:00 2001 From: SergeiNaum Date: Thu, 14 Mar 2024 22:56:09 +0300 Subject: [PATCH] update Readme.md --- Readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 3852e4b..d9def56 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ ## Quick start -#### --> [Demo](http://77.222.53.154/) <-- +#### --> [Demo](http://77.222.53.154:5000/) <-- ##### Download image from docker hub @@ -13,16 +13,18 @@ docker pull sergeynaum/electroservice:latest ``` --- -##### create directory {dirname} and navigate to it +##### create directory app and navigate to it ``` mkdir app && cd app ``` - --- -##### create file docker-compose.yml and copy the contents from here: https://github.com/SergeiNaum/electroservice/blob/master/docker-compose.yml +##### clone project +``` +git clone https://github.com/SergeiNaum/electroservice.git +``` --- ##### Start app execute the command