mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
9 lines
183 B
YAML
9 lines
183 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
fluentd:
|
||
|
image: fluent/fluentd:edge
|
||
|
ports: ["24224:24224"]
|
||
|
volumes:
|
||
|
- "./log:/fluentd/log"
|
||
|
- "./fluent.conf:/fluentd/etc/fluent.conf"
|