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