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

pull/3383/head
Ikko Eltociear Ashimine 2023-09-24 14:24:01 +09:00 committed by GitHub
parent 6b533ad67b
commit 46a0d1339e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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