From 56a203d37ceb03801c8e9e610ba8bc1a888a8a7b Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Mon, 24 Jul 2017 17:55:58 +0530 Subject: [PATCH] Update README.md Former-commit-id: 70f54a9b666294ee50f7c17f5a90b9523f0d2304 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef7186da..c1013c99 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # frappe_docker -* Docker file to run frappe in a container +* Docker Compose file to run frappe in a container * Docker makes it much easier to deploy [frappe](https://github.com/frappe/frappe) on your development servers. ## Getting Started @@ -44,8 +44,7 @@ links: - mariadb ``` -Links another container to the current container. This will add `--link postgres:postgres` -to the options when running the container. +Links another container to the current container. This will add `--link docker_frappe:mariadb` and `--link docker_frappe:redis` to the options when running the container. #### depends_on: