13 lines
312 B
YAML
13 lines
312 B
YAML
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
|