From 26c7f0a75fb2a336a6225733cfad537341fc0a76 Mon Sep 17 00:00:00 2001 From: Theo <34074097+theomarie@users.noreply.github.com> Date: Sat, 9 May 2020 12:59:13 +0200 Subject: [PATCH] small error on the docker command I wanted to carry out your command: docker compose up my terminal returned an error it works with the command suite: docker-composes up I'm on mac os catalina --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d20428f08..eb2985dd2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -14,7 +14,7 @@ You can run Portia with the command below:: Or with docker-compose by running:: - docker compose up + docker-compose up Portia will now be running on port 9001 and you can access it at ``http://localhost:9001``. Projects will be stored in the project folder that you mount to docker.