mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
fixing volumes in documentation
This commit is contained in:
committed by
Sebastian Waldbauer
parent
4872c73489
commit
ef59195dfd
@@ -24,7 +24,7 @@ services:
|
||||
- ./example_config/intelmq-api/config.json:/etc/intelmq/api-config.json
|
||||
- ./intelmq_logs:/opt/intelmq/var/log
|
||||
- ./intelmq_output:/opt/intelmq/var/lib/bots
|
||||
- ./mybots:/my_fork_of_intelmq
|
||||
- ./my_bots:/my_bots
|
||||
depends_on:
|
||||
- redis
|
||||
environment:
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
INTELMQ_SOURCE_PIPELINE_HOST: redis
|
||||
INTELMQ_DESTINATION_PIPELINE_HOST: redis
|
||||
INTELMQ_REDIS_CACHE_HOST: redis
|
||||
MY_FORK: "/my_fork_of_intelmq"
|
||||
MY_FORK: "/my_bots"
|
||||
MY_BOTS_FOLDER: "bots"
|
||||
networks:
|
||||
- intelmq-internal
|
||||
|
||||
Reference in New Issue
Block a user