quesion...is this the proper formatting for adding additional config files to the otel collector in docker? otel-collector:
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.22}
container_name: signoz-otel-collector
command: ["--config=/etc/otel-collector-config.yaml --config=/etc/postgres-metrics-collection-config.yaml --config=/etc/redis-metrics-collection-config.yaml", "--manager-config=/etc/manager-config.yaml", "--copy-path=/var/tmp/collector-config.yaml", "--feature-gates=-pkg.translator.prometheus.NormalizeName"]