diff --git a/README.md b/README.md index 03f7b91..e798e72 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ docker-cartodb That container provides a fully working cartodb development solution without the installation hassle. -Just run and connect to http://dev.cartodb.localhost:3000 into you browser. +Just run and connect to http://dev.cartodb.localhost:3000/login into you browser. The default login is dev/pass. You may want to change it when you'll run it for the outside. @@ -24,5 +24,5 @@ How to run the container: docker run -t -i -p 3000:3000 -p 8080:8080 -p 8181:8181 fleu42/docker-cartodb ``` -You might need to add dev.cartodb.localhost to your hosts file. +You might need to add cartodb.localhost and dev.cartodb.localhost to your hosts file.