Merge pull request #57 from kentora/issue-55

Changed uvicorn port to 80
This commit is contained in:
Hayden
2021-01-09 22:55:54 -09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ ENV ENV prod
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"]

View File

@@ -9,7 +9,7 @@ services:
container_name: mealie
restart: always
ports:
- 9090:9000
- 9090:80
environment:
db_username: root
db_password: example