Open seanschneeweiss opened 4 years ago
Changes to FLUENTD_CONF in the fluentd image https://github.com/sixeyed/diamol/blob/master/images/fluentd/windows/Dockerfile have no effect.
FLUENTD_CONF
Could use a custom entrypoint as a workaround:
entrypoint: ["cmd", "/k", "fluentd", "-c", "C:\\fluentd\\etc\\%FLUENTD_CONF%"]
Idem.
Env FLUENTD_CONF makes no difference whatsoever in the exercise.
Changes to
FLUENTD_CONF
in the fluentd image https://github.com/sixeyed/diamol/blob/master/images/fluentd/windows/Dockerfile have no effect.Could use a custom entrypoint as a workaround: