Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjhih committed Apr 6, 2016
1 parent f0b4ec4 commit b6e9660
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,23 @@ $ docker run -d \
### Usage of letsencrypt for parse-dashboard

```sh
USER1=yongjhih \
USER1_PASSWORD=yongjhih \
LETSENCRYPT_EMAIL=yongjhih@example.com \
LETSENCRYPT_HOST=yongjhih.example.com \
VIRTUAL_HOST=yongjhih.example.com \
APP_ID=myAppId MASTER_KEY=myMasterKey docker-compose -f docker-compose-le.yml up
$ git clone https://github.com/yongjhih/docker-parse-server
$ cd docker-parse-server

$ USER1=yongjhih \
USER1_PASSWORD=yongjhih \
LETSENCRYPT_EMAIL=yongjhih@example.com \
LETSENCRYPT_HOST=yongjhih.example.com \
VIRTUAL_HOST=yongjhih.example.com \
APP_ID=myAppId MASTER_KEY=myMasterKey docker-compose -f docker-compose-le.yml up
```

Open your https://yongjhih.example.com/ url and unblock browser protected scripts, that's it.

BTW, you can remove 80 port after volumes/proxy/certs generated:

```sh
sed -i -- '/- "80:80"/d' docker-compose-le.yml
```

### Integration of parse-cloud-code image on GitHub and DockerHub
Expand Down

0 comments on commit b6e9660

Please sign in to comment.