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

|
||||
|
||||
### Rebuilding
|
||||
``` bash
|
||||
docker-compose build
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user