docs for running docker-compose locally

This commit is contained in:
Ashton Honnecke 2019-09-23 13:30:55 -06:00
parent 7c6921c743
commit 5c3fb4d5b3
1 changed files with 9 additions and 1 deletions

View File

@ -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
```