From 69321a79375075701789fe67e0df054282924f92 Mon Sep 17 00:00:00 2001 From: Dante Lopez Date: Mon, 29 Jun 2020 03:03:02 +0800 Subject: [PATCH] Updated readme - Initial installation steps --- README.md | 14 ++++++++++++++ env-template | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1272fe0..58862b2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # dockdock Your so-so dockerized local playground. + +## Installation + +Copy the environment template and update values accordingly: + +``` +cp env-template .env +``` + +Build and initialize Docker container: + +``` +docker-compose up --build -d +``` \ No newline at end of file diff --git a/env-template b/env-template index 7fdfb05..196a658 100644 --- a/env-template +++ b/env-template @@ -1,5 +1,5 @@ # Host -HOST_APP_DIR=/home/dqlopez/Dev +HOST_APP_DIR=/path/to/your/projects/dir HOST_NGINX_HTTP_PORT=80 # Nginx