mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-07 09:42:52 +01:00
Changed default docker-compose image
Now official image is used by default. Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -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`
|
**!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?
|
## 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 ~`
|
1. `cd ~`
|
||||||
0. `git clone https://github.com/certtools/intelmq.git`
|
0. `git clone https://github.com/certtools/intelmq.git`
|
||||||
0. `git clone https://github.com/certtools/intelmq-manager`
|
0. `git clone https://github.com/certtools/intelmq-manager`
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
|
|
||||||
# IntelMQ with IntelMQ-Manager!
|
# IntelMQ with IntelMQ-Manager!
|
||||||
intelmq-full:
|
intelmq-full:
|
||||||
image: intelmq-full:1.0
|
image: certat/intelmq-full:1.0
|
||||||
volumes:
|
volumes:
|
||||||
- ./example_config/intelmq/etc:/opt/intelmq/etc
|
- ./example_config/intelmq/etc:/opt/intelmq/etc
|
||||||
- ./example_config/intelmq-manager:/opt/intelmq-manager/config
|
- ./example_config/intelmq-manager:/opt/intelmq-manager/config
|
||||||
|
|||||||
Reference in New Issue
Block a user