Updated Docker Compose with Caddy (markdown)

codedge
2020-08-16 18:14:24 +02:00
parent bb02811693
commit c65a0df8e8

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