From 2cc4732140a972ca4187dad54cb8b077afaa34dd Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Sun, 19 Jul 2020 17:06:08 +0200 Subject: [PATCH] add docker docker-compose --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 737159d..f4c6cb9 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,10 @@ FAIRCOIN_PORT # faircoind -port If you want create an instance manual then follow the instructions. +1. install docker and docker-compose ( https://docs.docker.com/compose/install/ ) 1. clone this project -2. change configuration in ./env -3. run services by ./control.sh +1. change configuration in ./env +1. run services by ./control.sh ~~~ chmod +x ./control.sh -- GitLab