mirror of https://github.com/MISP/misp-docker
Add optional compose commands in README.md
parent
7858038311
commit
f998683c8d
|
@ -44,6 +44,15 @@ Edit the docker-compose.yml and change the following environment variables:
|
||||||
## Build the containers
|
## Build the containers
|
||||||
```
|
```
|
||||||
# docker-compose build
|
# 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue