docs for running docker-compose locally
This commit is contained in:
parent
7c6921c743
commit
5c3fb4d5b3
10
LOCAL.md
10
LOCAL.md
@ -23,8 +23,16 @@ sudo apt install docker-compose
|
||||
rm docker-compose.yml && mv docker-compose.develop.yml docker-compose.yml
|
||||
```
|
||||
|
||||
## Docker Compose up
|
||||
## Docker Compose
|
||||
|
||||
## Starting
|
||||
|
||||
``` bash
|
||||
docker-compose up
|
||||
```
|
||||
![Docker compose up](https://user-images.githubusercontent.com/419355/65456322-47f63a80-de06-11e9-90c6-3c74d1bad0b8.png)
|
||||
|
||||
### Rebuilding
|
||||
``` bash
|
||||
docker-compose build
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user