Skip to content

Commit

Permalink
Adding sizes to images
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Skipper committed Dec 1, 2016
1 parent 9605ad6 commit 36cc932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Then start the ChurchCRM container:

``docker run --name churchcrm -p 80:80 -p 443:443 --link crm-mariadb -d jasonaskipper/churchcrm``

![Installation](https://github.com/jaskipper/churchcrm/blob/master/include/Installation.jpg)
![Installation](https://github.com/jaskipper/churchcrm/blob/master/include/Installation.jpg | width=300)

### Building with Docker-Compose

Expand All @@ -28,4 +28,4 @@ You can also download the Github repository and run ``docker-compose build`` and

Once up and running, go to your website and fill in the database username and password that you set up in the commands above or in the docker-compose file. Use **``crm-mariadb``** as the **database host**. Once set up you can use the default username of ``admin`` and password of ``changeme`` to log in.

![Login](https://github.com/jaskipper/churchcrm/blob/master/include/Login.jpg)
![Login](https://github.com/jaskipper/churchcrm/blob/master/include/Login.jpg | width=300)

0 comments on commit 36cc932

Please sign in to comment.