Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjhih committed Apr 7, 2016
1 parent 33adb95 commit 56d81e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ $ APP_ID=myAppId MASTER_KEY=myMasterKey docker-compose up -d -f docker-compose-w
$ git clone https://github.com/yongjhih/docker-parse-server
$ cd docker-parse-server

$ USER1=yongjhih \ # your username for basic auth
USER1_PASSWORD=yongjhih \ # your password for basic auth
LETSENCRYPT_EMAIL=yongjhih@example.com \ #your email
LETSENCRYPT_HOST=yongjhih.example.com \ # your doamin
VIRTUAL_HOST=yongjhih.example.com \ # your doamin
$ 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
```

Expand Down

0 comments on commit 56d81e4

Please sign in to comment.