mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
11 lines
214 B
YAML
11 lines
214 B
YAML
version: "3.8"
|
|
services:
|
|
fluent-bit:
|
|
image: fluent/fluent-bit:2.1
|
|
ports:
|
|
- "2020:2020"
|
|
volumes:
|
|
- ./data/etc:/fluent-bit/etc
|
|
- ./data/var:/fluent-bit/var
|
|
restart: unless-stopped
|