From 09087c16477e1a4cba570027dc92d4e49045d14b Mon Sep 17 00:00:00 2001 From: David Lick Date: Tue, 26 May 2020 21:36:21 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 643df29..8f96025 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ bookish is a customer relationship model for library systems. It keeps track of ## Getting Started -To run bookish locally first set the `BOOKSHOST` environment variable in `./docker-compose.yml` to the Books API hostname. You can then use the docker-compose from the root directory to spin up the local environment: +To run bookish locally first set the `BOOKSHOST` environment variable in `./docker-compose.yml` to the Books API hostname. You can then use docker-compose from the root directory to spin up the local environment: ``` docker-compose up -d ``` -This will start a local MySQL container on port `3306` using the `root` user and password `123pass`. A volume will be mounted that holds spin up SQL scripts that will prepare the database for you.ish-server` directory. \ No newline at end of file +This will start a local MySQL container on port `3306` using the `root` user and password `123pass`. A volume will be mounted that holds spin up SQL scripts that will prepare the database for you.ish-server` directory.