Skip to content

Commit

Permalink
Tweak README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Aug 28, 2017
1 parent 08fa87b commit ffd483b
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
@@ -1,15 +1,24 @@
# Boilerplate Docker Compose - PHP7.2+NGINX
# Sample PHP7.2 + Nginx Docker Configuration for both Development and Production

---
### Development

## Getting Started
Starting Development Container

```bash
make install
make dev-start
```

## Convert this project to your own
Stopping the Development Container

```bash
make dev-stop
```

```
### Production

Starting the Production Container

```bash
cd docker/prod

```

0 comments on commit ffd483b

Please sign in to comment.