[MISC] Fix typo in README.md (#3379)

This commit is contained in:
Ikko Eltociear Ashimine 2023-09-24 14:24:01 +09:00 committed by Johannes Batzill
parent b1583e8cec
commit ed600cb9e1

View File

@ -17,7 +17,7 @@ docker run \
-v /tmp/gitness:/data \
harness/gitness:latest
```
> The Gitness image uses a volume to store the database and repositories. It is highly recommended to use a bind mount or named volume as otherwise all data will be lost once the contaner is stopped.
> The Gitness image uses a volume to store the database and repositories. It is highly recommended to use a bind mount or named volume as otherwise all data will be lost once the container is stopped.
# Pre-Requisites