From a34938e7e6043536ee9ab3b8b2d3f54a45ed2b31 Mon Sep 17 00:00:00 2001 From: philtrep Date: Fri, 14 Oct 2016 10:06:55 -0400 Subject: [PATCH] Added examples to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c3afa75..1355231 100644 --- a/README.md +++ b/README.md @@ -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) @@ -63,6 +64,11 @@ version: '2' services: [...] ``` + +## 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 ## Workspace