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 10, 2019
1 parent c9e54ed commit b9af1f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conf/application.sample
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ search {
## Authentication configuration
#search.username = ""
#search.password = ""

## SSL configuration
#search.keyStore {
# path = "/path/to/keystore"
# type = "JPK" # or PKCS12
# type = "JKS" # or PKCS12
# password = "keystore-password"
#}
#search.trustStore {
# path = "/path/to/trustStore"
# type = "JPK" # or PKCS12
# type = "JKS" # or PKCS12
# password = "trustStore-password"
#}
}
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 b9af1f6

Please sign in to comment.