Updated Prerequisites (markdown)

codedge
2020-08-19 10:58:43 +02:00
parent 0aee5512e6
commit 832d73c702

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