updated README.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2020-02-27 22:54:05 +01:00
parent c0641e8d97
commit f9d85526a1

View file

@ -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