From 82872db111749712e1924e2fda9761bd88902f91 Mon Sep 17 00:00:00 2001 From: edward sharp Date: Thu, 19 May 2016 12:57:18 -0700 Subject: [PATCH] command type-o in setup docs. fix #1057 --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index 4b459cced..788d90bd7 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -72,7 +72,7 @@ Docker Compose 2. Make sure your current working directory is the root of this GitHub repository. 3. Run ``docker-compose up postgres``. 4. Run ``./setup/docker/create_database.sh``. This will access the postgres container and set up the database. -5. Run ``docker compose up`` +5. Run ``docker-compose up`` 6. Run ``docker-machine ls``, take note of the ip for the Docker machine you are using, and open the web browser. 7. Visit that Docker machine IP at port 80, and you should see a Re:dash login screen.