From cfd0ddcb2b092b9d324e78e8533777fe2b3657b7 Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Sat, 11 Feb 2017 14:27:44 -0800 Subject: [PATCH] Removing specific docker tag from the docker example Signed-off-by: Mitsuo Takaki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33bfe78..dca65d3 100644 --- a/README.md +++ b/README.md @@ -96,5 +96,5 @@ $ docker run --rm -it -v "$PWD":/usr/src/app/config/ mtakaki/cachet-url-monitor If you're going to use a file with a name other than `config.yml`, you will need to map the local file, like this: ``` -$ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor:0.2 +$ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor ```