mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
grammatical tweaks
parent
86a661857f
commit
6142723e34
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Installing SeaweedFS
|
||||
|
||||
Download a proper version from https://github.com/chrislusf/seaweedfs/releases.
|
||||
Download the latest officialy release from https://github.com/chrislusf/seaweedfs/releases.
|
||||
|
||||
Decompress the downloaded file. You will only find one executable file, either "weed" on most systems or "weed.exe" on windows.
|
||||
|
||||
|
@ -136,7 +136,7 @@ docker build --no-cache -t 'chrislusf/seaweedfs' .
|
|||
|
||||
### In production
|
||||
|
||||
To gain persistency you can use docker volumes.
|
||||
You can use docker volumes to persist data:
|
||||
|
||||
```bash
|
||||
# start our weed server daemonized
|
||||
|
|
Loading…
Reference in a new issue