From 0d80353c3dacb1ca2d68660f5c7a9a65063d0c2c Mon Sep 17 00:00:00 2001 From: Sebastian Waldbauer Date: Thu, 17 Dec 2020 13:11:06 +0100 Subject: [PATCH] Changed default docker-compose image Now official image is used by default. Signed-off-by: Sebastian Waldbauer --- README.md | 2 ++ docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f8826..c8f4b56 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ If you want to build/deploy/test this container run **!ATTENTATION!** Only [CERT.AT](https://cert.at/) employee's/maintainer can publish on `cerat/` repository. Change this in `publish.sh` ## How to develop new features & build containers? +**ATTENTION** Make sure to change `certat/intelmq-full:1.0` to `intelmq-full:1.0` in `docker-compose.yml` + 1. `cd ~` 0. `git clone https://github.com/certtools/intelmq.git` 0. `git clone https://github.com/certtools/intelmq-manager` diff --git a/docker-compose.yml b/docker-compose.yml index 86f81f8..8273972 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: # IntelMQ with IntelMQ-Manager! intelmq-full: - image: intelmq-full:1.0 + image: certat/intelmq-full:1.0 volumes: - ./example_config/intelmq/etc:/opt/intelmq/etc - ./example_config/intelmq-manager:/opt/intelmq-manager/config