mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Update docs and template env
This commit is contained in:
parent
fc2ab3b970
commit
d310180d8c
2 changed files with 2 additions and 4 deletions
|
@ -25,7 +25,6 @@ Deployment with the Docker CLI can be done with `docker run` and specify the dat
|
|||
|
||||
```shell
|
||||
docker run \
|
||||
-e DB_URL='sqlite:///mealie.db' \
|
||||
-p 9925:80 \
|
||||
-v `pwd`:'/app/data/' \
|
||||
hkotel/mealie:latest
|
||||
|
@ -50,7 +49,6 @@ services:
|
|||
ports:
|
||||
- 9925:80
|
||||
environment:
|
||||
DB_URL: sqlite:///mealie.db
|
||||
TZ: America/Anchorage
|
||||
volumes:
|
||||
- ./mealie/data/:/app/data
|
||||
|
|
|
@ -15,7 +15,7 @@ API_PORT=9000
|
|||
API_DOCS=True
|
||||
|
||||
# Sets the Database URL to use. See https://docs.sqlalchemy.org/en/14/core/engines.html for options.
|
||||
DB_URL=sqlite:///mealie.db
|
||||
DB_URL=
|
||||
|
||||
# Sets the token expiration time in hours.
|
||||
TOKEN_TIME=24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue