Skip to content

Commit

Permalink
Expose UDP on Logstash host port (deviantony#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleDi committed Feb 10, 2020
1 parent 1d5d04b commit 69abb4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ services:
target: /usr/share/logstash/pipeline
read_only: true
ports:
- "5000:5000"
- "5000:5000/tcp"
- "5000:5000/udp"
- "9600:9600"
environment:
LS_JAVA_OPTS: "-Xmx256m -Xms256m"
Expand Down

0 comments on commit 69abb4a

Please sign in to comment.