Skip to content

Commit

Permalink
Fix typo in Dockerfile (letta-ai#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombedor authored and norton120 committed Feb 15, 2024
1 parent bdd8eec commit d147872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Dockerfile.simple
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d147872

Please # to comment.