Skip to content

Commit

Permalink
Update docker-compose.yml to make fluentd service use the hades docke…
Browse files Browse the repository at this point in the history
…r network (#128)
  • Loading branch information
robertjndw authored Aug 13, 2024
1 parent 0234b27 commit 848b725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ services:
fluentbit:
container_name: fluentbit
image: fluent/fluent-bit
networks:
- hades
ports:
- "24224:24224"
command: /fluent-bit/bin/fluent-bit -i forward -o stdout -p format=json_lines -f 1
Expand Down

0 comments on commit 848b725

Please sign in to comment.