mirror of
https://github.com/bitnami/containers.git
synced 2026-03-28 15:58:08 +08:00
12 lines
259 B
YAML
12 lines
259 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
|
|
environment:
|
|
- DATA_SOURCE_NAME='dbuser:dbpassword@(dbhost:3306)/'
|