...
Make sure you are in the same directory (\projects\jira\) as the "docker-compose.yml" file.
enter Enter the following command;
docker-compose -d up
You'll end up with the database image and container built first, and then the JIRA image and container built and configured automatically!
...