chg: [doc] .env update

Steve Clement 2019-08-21 17:39:53 +02:00 committed by GitHub
parent 5d7bc41a28
commit 6cdefed757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,10 +32,10 @@ Included is an optional Docker Compose file 'docker-compose-nginx.yml' to spin u
```
$ git clone https://github.com/MISP/misp-docker
$ cd misp-docker
# Copy template.env to .env (on the root directory) and edit the environment variables at .env file
$ cp template.env .env
$ vi .env
```
## Fix your environment
Copy template.env to .env (on the root directory) and edit the environment variables at .env file
## Build the containers
```