Improved docs.

This commit is contained in:
Stefan Verhoeven 2015-02-13 15:01:19 +01:00
parent 4b6693f2c7
commit 20f33da447

View File

@ -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.