InvoiceShelf / docs

InvoiceShelf Documentation
https://docs.invoiceshelf.com/
0 stars 1 forks source link

Documentation asks for docker-compose.yml.example but it's not in the Docker directory any more #5

Open nielsdrost7 opened 2 months ago

nielsdrost7 commented 2 months ago

Documentation says this:

$ cd docker
$ cp docker-compose.yml.example docker-compose.yml

But the Docker repository has changed. It needs to be:

$ cd docker
$ cp docker-compose.mysql.yml docker-compose.yml
nielsdrost7 commented 2 months ago

Also: Those instructions are for Linux and Mac. Someone on good ol' windows could get confused about the cp command