Open nielsdrost7 opened 3 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
Also: Those instructions are for Linux and Mac. Someone on good ol' windows could get confused about the cp command
cp
Documentation says this:
But the Docker repository has changed. It needs to be: