mirror of https://github.com/MISP/misp-docker
Move to new docker repo because their search sucks
parent
8a37160fc3
commit
acff110ad5
|
@ -19,7 +19,7 @@ services:
|
|||
- "MYSQL_DATABASE=misp"
|
||||
|
||||
misp:
|
||||
image: coolacid/docker-misp:core-latest
|
||||
image: coolacid/misp-docker:core-latest
|
||||
build:
|
||||
context: server/.
|
||||
args:
|
||||
|
@ -44,7 +44,7 @@ services:
|
|||
- "INIT=true" # Initialze MISP, things includes, attempting to import SQL and the Files DIR
|
||||
|
||||
misp-modules:
|
||||
image: coolacid/docker-misp:modules-latest
|
||||
image: coolacid/misp-docker:modules-latest
|
||||
build:
|
||||
context: modules/.
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue