Updated Prerequisites (markdown)

Maikel Dollé
2021-01-06 01:31:59 +01:00
parent a68000fc3b
commit 3917095519

@@ -24,7 +24,7 @@ You can create these folders wherever you want on your host system.
Run this on your host system
```shell
chown -R 1000:82 /var/invoiceninja/public /var/invoiceninja/storage
chown -R 1500:82 /var/invoiceninja/public /var/invoiceninja/storage
```
to apply the proper permission to the folders. This also applies to the `docker-compose` setup when using [bind-mounted host directories](https://github.com/invoiceninja/dockerfiles/blob/master/docker-compose.yml#L17).