# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
mysqld-exporter:
image: docker.io/bitnami/mysqld-exporter:0
ports:
- 9104:9104
command:
- --mysqld.username=dbuser:dbpassword
- --mysqld.address=dbhost:3306