From 4a09a7e8b776b1c08e882f60b743821da38b6822 Mon Sep 17 00:00:00 2001 From: ihippik Date: Mon, 12 Sep 2022 22:38:45 +0400 Subject: [PATCH] Fix README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be4cdba1..ded08c21 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ monitoring: You can start the container from the project folder (configuration file is required) -``` -docker run -v $(pwd)/config.yml:/app/config.yml ihippik/wal-listener:v2.1.0 +#### Docker Hub +https://hub.docker.com/r/ihippik/wal-listener +#### Example +```shell +docker run -v $(pwd)/config.yml:/app/config.yml ihippik/wal-listener:tag ``` \ No newline at end of file