Skip to content

Commit

Permalink
Added examples to README
Browse files Browse the repository at this point in the history
  • Loading branch information
philtrep committed Oct 14, 2016
1 parent 14ecf90 commit a34938e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Docker Compose for Node projects with Node, MySQL, NGINX and Certbot images
- [Requirements](#Requirements)
- [Installation](#Installation)
- [Usage](#Usage)
- [Examples](#Examples)
- [Workspace](#Workspace)
- [HTTPS](#HTTPS)
- [Self-signed certificates](#SelfSigned)
Expand Down Expand Up @@ -63,6 +64,11 @@ version: '2'
services:
[...]
```
<a name="Examples"></a>
## Examples
We provide examples of configurations you might use for a specific stack. Each example has it's own README file with instructions.

* [Simple Web](https://github.com/Osedea/nodock/tree/master/_examples/simple-web) - Node + NGINX

<a name="Workspace"></a>
## Workspace
Expand Down

0 comments on commit a34938e

Please sign in to comment.