Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
BUG FIX: docker-compose, logstash uses "host" network_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianlitp committed Nov 5, 2019
1 parent a9ef030 commit 49a95af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ services:
pipeline.batch.size: 10
volumes:
- ./settings/logstash/:/usr/share/logstash/pipeline/
links:
- watchad_elasticsearch
network_mode: "host"
restart: always

watchad_elasticsearch:
Expand Down

0 comments on commit 49a95af

Please sign in to comment.