From e1aa630ab3918124eff12a70c776f6ac0731278d Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" <30903997+chanwutk@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:20:43 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5beaa5c..dbaa622 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ pip install lap # a bug in lap/poetry/conda that lap needs to be installed usin ```bash docker volume create spatialyze-gsstore-data docker run --name "spatialyze-gsstore" \ - --detach \ - --publish 25432:5432 \ + --detach \ + --publish 25432:5432 \ --volume spatialyze-gsstore-data:/var/lib/postgresql \ mobilitydb/mobilitydb ```