Skip to content

Commit

Permalink
Fix Docker run command and update documentation for cnf file handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed May 30, 2024
1 parent dd8afce commit 6301757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ docker pull prom/mysqld-exporter

docker run -d \
-p 9104:9104 \
-v /home/user/user_my.cnf:/.my.cnf \
--network my-mysql-network \
prom/mysqld-exporter
--config.my-cnf=<path_to_cnf>
```

## heartbeat
Expand Down

0 comments on commit 6301757

Please sign in to comment.