From d32a05f0fb51e78c9155a455ad24696e92f670aa Mon Sep 17 00:00:00 2001 From: drgomesp Date: Sat, 15 Apr 2017 11:06:49 +0400 Subject: [PATCH] Fixed readme for docker compose --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 162f997..b5d15fa 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,10 @@ Table of Contents > This project depends on having [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) running. This is a reverse proxy container that will allow having multiple projects running on port 80. -Build the containers: +Build and run the containers: ```bash -bin/console docker:compose:build -``` - -And run the server: - -```bash -bin/console docker:compose:up +docker-compose up -d --build ``` Once that's done, you should be able to access the application on the IP that docker (or Docker Machine) is running at.