From 1f0c8d09c28550288ef7b8f5f04047474e60a64e Mon Sep 17 00:00:00 2001 From: andrew-busbee <21376025+andrew-busbee@users.noreply.github.com> Date: Fri, 21 Oct 2022 01:39:50 -0500 Subject: [PATCH] docs: typo quick-start.md (#103) Small typo --- docs/docs/quick-start.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/quick-start.md b/docs/docs/quick-start.md index 8f25644..f43df50 100644 --- a/docs/docs/quick-start.md +++ b/docs/docs/quick-start.md @@ -40,8 +40,8 @@ volumes: | Variable | Default | Description | | ------------------------ | ---------------------- | ---------------------------------------------------------------------------------- | | HBOX_MODE | production | application mode used for runtime behavior can be one of: development, production | -| HBOX_WEB_PORT | 7745 | port to run the web server on, in you're using docker do not change this | -| HBOX_WEB_HOST | | host to run the web server on, in you're using docker do not change this | +| HBOX_WEB_PORT | 7745 | port to run the web server on, if you're using docker do not change this | +| HBOX_WEB_HOST | | host to run the web server on, if you're using docker do not change this | | HBOX_ALLOW_REGISTRATION | true | allow users to register themselves | | HBOX_WEB_MAX_UPLOAD_SIZE | 10 | maximum file upload size supported in MB | | HBOX_STORAGE_DATA | /data/ | path to the data directory, do not change this if you're using docker | @@ -82,4 +82,4 @@ volumes: --allow-registration/$HBOX_ALLOW_REGISTRATION (default: true) --help/-h display this help message - ``` \ No newline at end of file + ```