Skip to content

Commit

Permalink
small style update for DOCKER and README
Browse files Browse the repository at this point in the history
  • Loading branch information
zaherg committed May 4, 2018
1 parent 7398eb2 commit c00e489
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DOCKER.md
Expand Up @@ -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:

Expand Down Expand Up @@ -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.

```
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit c00e489

Please sign in to comment.