[修改]prometheus的confd模板修改

This commit is contained in:
2024-09-23 14:45:24 +08:00
committed by Coding
parent b7edc8f1a7
commit 359709d7b5
3 changed files with 5 additions and 5 deletions

View File

@@ -39,8 +39,8 @@ RUN architecture=$(uname -m); \
RUN mkdir /etc/prometheus/
COPY ./confd/ /etc/confd/
COPY prometheus.yml /etc/prometheus/prometheus.yml
COPY ./confd/ /etc/confd/
COPY ./supervisord/ /etc/supervisord/
CMD [ "supervisord", "-c", "/etc/supervisord/supervisord.conf" ]