From acff110ad51fc54b09e96143d92a54f6ea11b970 Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Fri, 21 Feb 2020 16:34:21 -0500 Subject: [PATCH] Move to new docker repo because their search sucks --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6692762..46417ce 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: