Skip to content

Commit

Permalink
Merge pull request #1 from jaskipper/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jaskipper authored Dec 1, 2016
2 parents 36cc932 + 3bef80a commit 2dda4f7
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 | width=300)
<img src="https://github.com/jaskipper/churchcrm/blob/master/include/Installation.jpg" width="600">

### 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 | width=300)
<img src="https://github.com/jaskipper/churchcrm/blob/master/include/Login.jpg" width="400">

0 comments on commit 2dda4f7

Please sign in to comment.