Fix typo

Dmitry 2023-06-15 22:46:36 +03:00
parent 0d15bab170
commit 013e859a2b

@ -16,7 +16,7 @@ For `v`, `logtostderr`, `stderrthreshold`, `vmoudle`, `options`, `logdir`, `also
# Docker
This is useful for using docker and docker compose
You have to override entrypoint to `weed` because defautl [entrypoint](https://github.com/seaweedfs/seaweedfs/blob/master/docker/entrypoint.sh) use default values for `volumeSizeLimitMB`, `volumePreallocate`, `mdir`, `dir`, and `max` and setting environment variables won't change these values.
## Dcoker
## Docker
```shell
docker run --entrypoint weed -it -e IP_BIND=0.0.0.0 -e MDIR=/tmp -e PORT=5000 -e VOLUMEPREALLOCATE=true chrislusf/seaweedfs:3.45 master
```