Skip to content

Commit

Permalink
#623 Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 9, 2019
1 parent c9e54ed commit a6aabe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/application.sample
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ search {
## Authentication configuration
#search.username = ""
#search.password = ""

## SSL configuration
#search.keyStore {
# path = "/path/to/keystore"
Expand Down
4 changes: 2 additions & 2 deletions docker/thehive/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ services:
soft: 65536
hard: 65536
cortex:
image: thehiveproject/cortex:latest
image: thehiveproject/cortex:3.0.0-RC4
depends_on:
- elasticsearch
ports:
- "0.0.0.0:9001:9001"
thehive:
image: thehiveproject/thehive:latest
image: thehiveproject/thehive:3.4.0-RC2
depends_on:
- elasticsearch
- cortex
Expand Down

0 comments on commit a6aabe6

Please sign in to comment.