migrated to 2 containers

This commit is contained in:
2020-07-05 15:19:09 +02:00
parent 0edc02eb37
commit a7e6d9ce90
4 changed files with 11 additions and 9 deletions

View File

@@ -12,4 +12,4 @@ RUN set -ex; \
echo '[client]\nhost=localhost\nuser=prometheus\npassword=prom01\n' >/etc/prometheus-mysql-exporter
EXPOSE 9104
CMD ["prometheus-mysql-exporter", "--config.my-cnf", "/etc/prometheus-mysql-exporter"]
CMD ["prometheus-mysqld-exporter", "--config.my-cnf", "/etc/prometheus-mysql-exporter"]