Skip to content

Commit

Permalink
✅ fix fluentbit volumes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TarradeMarc committed Jul 4, 2024
1 parent 03a1f26 commit 32281f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ services:
fluent:
image: fluent/fluent-bit:3.0
volumes:
- ../fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf
- ../parsers.conf:/fluent-bit/etc/custom_parsers.conf
- ../fluentbit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf
- ../fluentbit/parsers.conf:/fluent-bit/etc/custom_parsers.conf
ports:
- "24224:24224"
- "24224:24224/udp"
Expand Down

0 comments on commit 32281f2

Please sign in to comment.