Skip to content

Commit

Permalink
Fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Jul 18, 2023
1 parent 2406e9e commit 9e00f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ user: admin
password: mantle
```

## Data persistance
## Data persistence

Grafana data is not currently saved. Any modifications or additions will be lost on container restart.

InfluxDB is persisting data to a Docker volume.

**Stopping the project removing the containers will not clear this volume**

To remove the influxdb and grafana data, run a commands like
To remove the influxdb and grafana data, run a command like
```
docker volume rm ops_influxdb_data
docker volume rm ops_grafana_data
Expand Down

0 comments on commit 9e00f49

Please sign in to comment.