From f9d85526a1e7364902cfd8777ceea97e154d624a Mon Sep 17 00:00:00 2001 From: samuel-p Date: Thu, 27 Feb 2020 22:54:05 +0100 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e57e8f9..0c5fe92 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Example: You can use the docker image [`samuelph/cachet-monitor`](https://hub.docker.com/r/samuelph/cachet-monitor) and mount a volume to `/monitor/data` to persist cache and config: ```bash -docker run -v /your/path//monitor/data:/monitor/data samuelph/cachet-monitor +docker run -v /your/path/monitor/data:/monitor/data samuelph/cachet-monitor ``` You also can use it in `docker-compose.yml`: @@ -52,7 +52,7 @@ services: image: samuelph/cachet-monitor restart: always volumes: - - /home/tux/status/monitor:/monitor/data + - /your/path/monitor:/monitor/data ``` ## Run from source