From 6bed5cc6896f3f60ddc98e41b984a5acd4578a06 Mon Sep 17 00:00:00 2001 From: SmsS4 <36403983+SmsS4@users.noreply.github.com> Date: Thu, 20 Apr 2023 16:43:03 +0330 Subject: [PATCH] Fix typo --- Environment-Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environment-Variables.md b/Environment-Variables.md index 13d3b09..ca691e0 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -11,7 +11,7 @@ weed master # 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`, `max` argumants and setting environment variables won't change these values. +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 ```shell docker run --entrypoint weed -it -e MDIR=/tmp -e PORT=5000 -e VOLUMEPREALLOCATE=true chrislusf/seaweedfs:3.45 master