Add optional compose commands in README.md

arnydo 2018-06-22 14:04:24 -04:00 committed by GitHub
parent 7858038311
commit f998683c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,15 @@ Edit the docker-compose.yml and change the following environment variables:
## Build the containers
```
# docker-compose build
or
# docker-compose -f docker-compose-nginx.yml build
```
## Run containers
```
# docker-compose up
or
# docker-compose -f docker-compose-nginx.yml up
```