From 1887840507f0540f9700dc15eb44e82778505693 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Fri, 26 Feb 2016 16:19:29 -0800 Subject: [PATCH] Fix port in dev guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b94efee..08806f0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See [guides](doc/guides.md) 1. Execute `docker-compose run web rake db:create db:migrate` 1. Execute `docker-compose up` 1. If using Docker Toolbox, use `docker-machine ip default` to get the IP where the server is running. -1. Test the Rails server is running with by visiting `:3000` in your browser. +1. Test the Rails server is running with by visiting `:8080` in your browser. ### Developer Workflow The project directory should already be mounted inside the container, so you should be able to make live changes. However, since the project is running in the 'web' container, you need to prepend commands with `docker-compose run web`.