mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Merge pull request #57 from kentora/issue-55
Changed uvicorn port to 80
This commit is contained in:
commit
021a9025da
2 changed files with 2 additions and 2 deletions
|
@ -26,4 +26,4 @@ ENV ENV prod
|
||||||
|
|
||||||
VOLUME [ "/app/data" ]
|
VOLUME [ "/app/data" ]
|
||||||
|
|
||||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9000"]
|
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]
|
|
@ -9,7 +9,7 @@ services:
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 9090:9000
|
- 9090:80
|
||||||
environment:
|
environment:
|
||||||
db_username: root
|
db_username: root
|
||||||
db_password: example
|
db_password: example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue