update readme with the proper build command
This commit is contained in:
parent
0d7615558e
commit
59896d43c7
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
2. Build the images and run the containers:
|
2. Build the images and run the containers:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ docker-compose up -d --build
|
$ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue