Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Fixed readme for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
drgomesp committed Apr 15, 2017
1 parent 06ddd42 commit d32a05f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d32a05f

Please sign in to comment.