From 2a45eef116b37c88053d943de81b93d5fe3029dd Mon Sep 17 00:00:00 2001 From: hay-kot Date: Wed, 3 Mar 2021 19:58:07 -0900 Subject: [PATCH] clarify mealie_port --- docs/docs/getting-started/install.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/getting-started/install.md b/docs/docs/getting-started/install.md index 9be2ed5e7..fb5295712 100644 --- a/docs/docs/getting-started/install.md +++ b/docs/docs/getting-started/install.md @@ -41,12 +41,12 @@ services: ## Env Variables -| Variables | default | description | -| ----------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -| db_type | sqlite | The database type to be used. Current Options 'sqlite' | -| mealie_port | 9000 | The port exposed by mealie. **do not change this if you're running in docker** If you'd like to use another port, map 9000 to another port of the host. | -| api_docs | True | Turns on/off access to the API documentation locally. | -| TZ | UTC | You should set your time zone accordingly so the date/time features work correctly | +| Variables | default | description | +| ----------- | ------- | ----------------------------------------------------------------------------------- | +| db_type | sqlite | The database type to be used. Current Options 'sqlite' | +| mealie_port | 9000 | The port exposed by backend API. **do not change this if you're running in docker** | +| api_docs | True | Turns on/off access to the API documentation locally. | +| TZ | UTC | You should set your time zone accordingly so the date/time features work correctly | ## Deployed as a Python Application