fix: Add missing \

pull/57/head
Hannah Ward 2018-10-24 17:43:55 +01:00
parent 323efad595
commit a1eb399a02
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ docker run -it \
-e MISP_URL="https://mymisp" \
-e MISP_KEY="myapikey" \
-e TAXII_USER=root \
-e TAXII_PASS=root
-e TAXII_PASS=root \
-p 9000:9000 \
taxii
floatingghost/misp-taxii-server
```
That'll get you set up with a basic server, but is not recommended for production.