Skip to content

Commit bdb8cf9

Browse files
DOCS: Updated docker instructions, removed obsolete variables
Fixes #2195 Signed-off-by: Sebastian Waldbauer <[email protected]>
1 parent 3b15e09 commit bdb8cf9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/user/installation.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,7 @@ In order to work with your current infrastructure, you need to specify some envi
187187
--name nginx \
188188
certat/intelmq-nginx:latest
189189
190-
sudo docker run -e INTELMQ_IS_DOCKER="true" \
191-
-e INTELMQ_SOURCE_PIPELINE_BROKER: "redis" \
192-
-e INTELMQ_PIPELINE_BROKER: "redis" \
193-
-e INTELMQ_DESTIONATION_PIPELINE_BROKER: "redis" \
194-
-e INTELMQ_PIPELINE_HOST: redis \
195-
-e INTELMQ_SOURCE_PIPELINE_HOST: redis \
196-
-e INTELMQ_DESTINATION_PIPELINE_HOST: redis \
197-
-e INTELMQ_REDIS_CACHE_HOST: redis \
190+
sudo docker run -e INTELMQ_PIPELINE_HOST: redis \
198191
-v $(pwd)/example_config/intelmq/etc/:/etc/intelmq/etc/ \
199192
-v $(pwd)/example_config/intelmq-api/config.json:/etc/intelmq/api-config.json \
200193
-v $(pwd)/intelmq_logs:/etc/intelmq/var/log \

0 commit comments

Comments
 (0)