From da90d16fe1d710f72b8eb44b339fe1e487c31dc9 Mon Sep 17 00:00:00 2001 From: tombedor Date: Sat, 23 Dec 2023 12:35:10 -0800 Subject: [PATCH] Fix typo in Dockerfile (#690) --- db/Dockerfile.simple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/Dockerfile.simple b/db/Dockerfile.simple index 1c4036bc..8e7afe74 100644 --- a/db/Dockerfile.simple +++ b/db/Dockerfile.simple @@ -26,7 +26,7 @@ # -v memgpt_db:/var/lib/postgresql/data: map the volume memgpt_db to /var/lib/postgresql/data in the container # memgpt-db:latest: use the image memgpt-db:latest # -# After the first time, you dod not need the POSTGRES_PASSWORD. +# After the first time, you do not need the POSTGRES_PASSWORD. # docker run -d --rm \ # --name memgpt-db \ # -p 5432:5432 \