From c00e489724d03a2f3c8fb9a7d5c5112abfe95034 Mon Sep 17 00:00:00 2001 From: Zaher Ghaibeh Date: Fri, 4 May 2018 12:07:02 +0300 Subject: [PATCH] small style update for DOCKER and README --- DOCKER.md | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index 5fe25cbc6..8ce8e8471 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -8,7 +8,7 @@ OpenCFP is a PHP-based conference talk submission system. Now that we have [Docker](https://docker.com) image that we can build, it is easy for us to setup a docker development environment, you need to follow the following steps: -* You need to create a new `docker-compose.yml` file from our `docker-compos.yml.dist` file. +* You need to create a new `docker-compose.yml` file from our `docker-compos.yml.dist` file. * Modify the `app.environment` section to look like the following: @@ -46,7 +46,7 @@ the container, you can remove this line and create your own `.yml` file. ``` The last part, is the important one, as the scripts was written in `bash` mean while the docker image depends on `alpine` -to make sure it has a small size (about *270MB* in total), so we needs to copy over the docker specific files to the +to make sure it has a small size (about **270MB** in total), so we needs to copy over the docker specific files to the container, and replace the one on the container. ``` diff --git a/README.md b/README.md index 457dad670..689e1587b 100644 --- a/README.md +++ b/README.md @@ -452,9 +452,9 @@ Where `database` is the name of the running database container. To access MySQL you can use the following information: -- *Host*: 127.0.0.1 -- *User*: root -- *Password*: root (or the one you specified in docker-compose) +- **Host**: 127.0.0.1 +- **User**: root +- **Password**: root (or the one you specified in docker-compose) _PS_: You can always modify the file `docker-compose.yml.dist` and have your own setup.