configure fluent-bit
This commit is contained in:
12
compose.fluent-bit.yaml
Normal file
12
compose.fluent-bit.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
fluent-bit:
|
||||
image: fluent/fluent-bit:4.1.1-amd64
|
||||
container_name: fluent-bit
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "24224:24224"
|
||||
- "24224:24224/udp"
|
||||
volumes:
|
||||
- /opt/fluent-bit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf
|
||||
extra_hosts:
|
||||
- host:192.168.2.200
|
||||
Reference in New Issue
Block a user