From c390c97657e53c9a9abb555742dc2d7d168bc872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20L?= Date: Thu, 1 Jun 2017 15:27:22 +0200 Subject: [PATCH] add nginx tag to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e88b7a96..e1d8bd29 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ The following tags are available: * debian: webapp and server based on alpine * server: only server based on alpine * dev: development version of webapp and server based on alpine +* nginx: latest + nginx reverse proxy ``` docker create \ --name=plextogether \ @@ -120,7 +121,14 @@ docker create \ -p 8089:8089 \ starbix/plextogether ``` - +Use this for the nginx tag: +``` +docker create \ + --name=plextogether \ + -p 80:80 \ + -e DOMAIN=example.com \ + starbix/plextogether:nginx +``` ### Building and running the webapp: * Make sure you have Node v6+ installed