1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/fluentd/docker-compose.yml

9 lines
183 B
YAML
Raw Normal View History

2021-03-31 15:44:14 +09:00
version: "3"
services:
fluentd:
image: fluent/fluentd:edge
ports: ["24224:24224"]
volumes:
- "./log:/fluentd/log"
- "./fluent.conf:/fluentd/etc/fluent.conf"