mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
clarify mealie_port
This commit is contained in:
parent
d84cd7459a
commit
2a45eef116
1 changed files with 6 additions and 6 deletions
|
@ -41,12 +41,12 @@ services:
|
||||||
|
|
||||||
## Env Variables
|
## Env Variables
|
||||||
|
|
||||||
| Variables | default | description |
|
| Variables | default | description |
|
||||||
| ----------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ----------- | ------- | ----------------------------------------------------------------------------------- |
|
||||||
| db_type | sqlite | The database type to be used. Current Options 'sqlite' |
|
| 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. |
|
| 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. |
|
| 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 |
|
| TZ | UTC | You should set your time zone accordingly so the date/time features work correctly |
|
||||||
|
|
||||||
|
|
||||||
## Deployed as a Python Application
|
## Deployed as a Python Application
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue