This commit is contained in:
parent
c0641e8d97
commit
f9d85526a1
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
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
|
```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`:
|
You also can use it in `docker-compose.yml`:
|
||||||
|
@ -52,7 +52,7 @@ services:
|
||||||
image: samuelph/cachet-monitor
|
image: samuelph/cachet-monitor
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /home/tux/status/monitor:/monitor/data
|
- /your/path/monitor:/monitor/data
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run from source
|
## Run from source
|
||||||
|
|
Reference in a new issue