我有下一个服务在Docker撰写文件:
prometheus:
depends_on:
- promscale
image: prom/prometheus:latest
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
在portainer
中,我可以看到此服务挂载在/prometheus
中:
但我不明白此挂载的定义在哪里,以及挂载在哪里?
我在主机或容器中都找不到/prometheus
文件夹
1条答案
按热度按时间dgiusagp1#
该定义位于Dockerfile www.example.com中https://github.com/prometheus/prometheus/blob/main/Dockerfile#L23: