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**