From 832d73c702d358e7a9faa8e456d80336577f3f43 Mon Sep 17 00:00:00 2001 From: codedge Date: Wed, 19 Aug 2020 10:58:43 +0200 Subject: [PATCH] Updated Prerequisites (markdown) --- Prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prerequisites.md b/Prerequisites.md index 2050e95..eef0fcb 100644 --- a/Prerequisites.md +++ b/Prerequisites.md @@ -15,7 +15,7 @@ This will generate an application key for you which you need later. The generate To make your data persistent, you have to mount `public` and `storage` from your host to your containers. 1. Create two folder on your host, e. g. `/var/invoiceninja/public` and `/var/invoiceninja/storage` -2. Mount these folders into your container - see [usage](#usage) +2. Mount these folders into your container - see [`docker-compose.yml`](https://github.com/invoiceninja/dockerfiles/blob/master/docker-compose.yml#L43) You can create these folders wherever you want on your host system.