mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 18:47:17 +08:00
13 lines
274 B
YAML
13 lines
274 B
YAML
# 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
|