From c65a0df8e89a6a13386e46b0e54d2d9cfe30f4e0 Mon Sep 17 00:00:00 2001 From: codedge Date: Sun, 16 Aug 2020 18:14:24 +0200 Subject: [PATCH] Updated Docker Compose with Caddy (markdown) --- Docker-Compose-with-Caddy.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Docker-Compose-with-Caddy.md b/Docker-Compose-with-Caddy.md index 9a112cb..a6a798f 100644 --- a/Docker-Compose-with-Caddy.md +++ b/Docker-Compose-with-Caddy.md @@ -23,11 +23,13 @@ Additionally you need to have proper [TLD (Top Level Domain)](https://en.wikiped First we need an empty folder where our docker files for IN 5 will reside. -Command: `mkdir ~/invoiceninja5; cd ~/invoiceninja5` +_Command_: `mkdir ~/invoiceninja5; cd ~/invoiceninja5` **Clone this repository** Now we need to clone this repository to get all the files necessary to corretctly configure and run IN 5 with Docker Compose. -Command: `git clone https://github.com/invoiceninja/dockerfiles.git .` +_Command_: `git clone https://github.com/invoiceninja/dockerfiles.git .` + +**Configure your installation**