When attempting to mount prometheus.yml into the container at /etc/prometheus/prometheus.yml, the container fails to start with a file/directory type mismatch error. The issue occurs because /etc/prometheus/prometheus.yml already exists as a directory inside the container image, but the mount target is expected to be a file.
