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
…#843)

Signed-off-by: chanyeong <[email protected]>
  • Loading branch information
jcy0308 authored Aug 29, 2024
1 parent c553e82 commit 8d9157c
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 8d9157c

Please sign in to comment.