mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
Only available on 127.0.0.1
Fixes #1 Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
intelmq_logs/
|
||||
@@ -22,14 +22,14 @@ services:
|
||||
|
||||
# IntelMQ with IntelMQ-Manager!
|
||||
intelmq-full:
|
||||
image: certat/intelmq-full:1.0
|
||||
image: intelmq-full:1.0
|
||||
volumes:
|
||||
- ./example_config/intelmq/etc:/opt/intelmq/etc
|
||||
- ./example_config/intelmq-manager:/opt/intelmq-manager/config
|
||||
- ./intelmq_logs:/opt/intelmq/var/log
|
||||
- ./example_config/intelmq/var/lib:/opt/intelmq/var/lib
|
||||
ports:
|
||||
- 1337:8080
|
||||
- 127.0.0.1:1337:8080/tcp
|
||||
depends_on:
|
||||
- redis
|
||||
- postgres
|
||||
|
||||
Reference in New Issue
Block a user