Skip to content

Commit

Permalink
docs for running docker-compose locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonnecke committed Sep 23, 2019
1 parent 7c6921c commit 5c3fb4d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion LOCAL.md
Expand Up @@ -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
```

0 comments on commit 5c3fb4d

Please sign in to comment.