diff --git a/ops/README.md b/ops/README.md index 1351ee7a1f..5b1540b250 100644 --- a/ops/README.md +++ b/ops/README.md @@ -89,7 +89,7 @@ user: admin password: mantle ``` -## Data persistance +## Data persistence Grafana data is not currently saved. Any modifications or additions will be lost on container restart. @@ -97,7 +97,7 @@ 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