Skip to content

Commit

Permalink
fix udp ports
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad committed Dec 3, 2020
1 parent db6ac20 commit 3caacf9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ services:
vflow:
image: mehrdadrad/vflow
hostname: vflow
entrypoint: /bin/sh -c "sleep 2 && vflow"
entrypoint: /bin/sh -c "sleep 5 && vflow"
depends_on:
- kafka
environment:
- VFLOW_KAFKA_BROKERS=kafka:9092
ports:
- "4739:4739"
- "4729:4729"
- "6343:6343"
- "4739:4739/udp"
- "4729:4729/udp"
- "6343:6343/udp"
- "9996:9996/udp"
- "8081:8081"
prometheus:
image: prom/prometheus:latest
Expand Down

0 comments on commit 3caacf9

Please sign in to comment.