Skip to content

Commit

Permalink
update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiNaum committed Mar 14, 2024
1 parent b4d2826 commit 4f7f093
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Quick start

#### --> [Demo](http://77.222.53.154/) <--
#### --> [Demo](http://77.222.53.154:5000/) <--

##### Download image from docker hub

Expand All @@ -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
Expand Down

0 comments on commit 4f7f093

Please sign in to comment.