2023-05-06 16:41:05 +08:00
|
|
|
version: "3.8"
|
|
|
|
services:
|
|
|
|
fluent-bit:
|
2024-11-18 12:15:55 +08:00
|
|
|
image: fluent/fluent-bit:3.2
|
2023-05-06 16:41:05 +08:00
|
|
|
ports:
|
|
|
|
- "2020:2020"
|
|
|
|
volumes:
|
|
|
|
- ./data/etc:/fluent-bit/etc
|
|
|
|
- ./data/var:/fluent-bit/var
|
|
|
|
restart: unless-stopped
|