docs: spelling, content updates for clarity (#2581)

This commit is contained in:
Michael Genson
2023-09-28 18:17:10 -05:00
committed by GitHub
parent ef805c4b57
commit 484c60c7ea
5 changed files with 14 additions and 11 deletions

View File

@@ -60,5 +60,5 @@ volumes:
<!-- Updating This? Be Sure to also update the SQLite Annotations -->
1. To access the mealie interface you only need to expose port 9000 on the mealie-frontend container. Here we expose port 9925 on the host, feel free to change this to any port you like.
1. To access the mealie interface you only need to expose port 9000 on the mealie container. Here we expose port 9925 on the host, but feel free to change this to any port you like.
2. Setting an explicit memory limit is recommended. Python can pre-allocate larger amounts of memory than is necessary if you have a machine with a lot of RAM. This can cause the container to idle at a high memory usage. Setting a memory limit will improve idle performance.