From 76c1bca5e57d84e46ad2afd6eebbbf3384043403 Mon Sep 17 00:00:00 2001 From: Jaouad E Date: Mon, 30 Jan 2017 14:19:57 +0000 Subject: [PATCH] Updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 669846f..6e0faed 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,5 @@ some relevant ports have been added to docker-compose.yml ( livereload standard change them if you need to. ### Notes -- Use docker's local IP address to connect to your database. Run `docker inspect --format '{{ .NetworkSettings.IPAddress }}' ${CID}`, where `${CID}` is docker container ID of the database +- Use docker's local IP address to connect to your database. ``` ifconfig ``` to find the IP used (usually 172.17.0.1). - Databases: by default mariadb is used as a database, but you are free to use any database you want: choose from these excellent images by Tutum: [tutum/mysql](https://github.com/tutumcloud/mysql) or [tutum/postgresql](https://github.com/tutumcloud/postgresql), they expose different environment variables, so don't forget to update your docker-compose file accordingly.