Skip to content

Commit

Permalink
compose: dashboard: Support USER1 basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjhih committed Apr 6, 2016
1 parent d5f1169 commit 9eac2b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ parse-dashboard:
MASTER_KEY: $MASTER_KEY
APP_NAME: $APP_NAME
PARSE_DASHBOARD_ALLOW_INSECURE_HTTP: $PARSE_DASHBOARD_ALLOW_INSECURE_HTTP
USER1: $USER1
USER1_PASSWORD: $USER1_PASSWORD
ports:
- "4040:4040"
# volumes:
Expand Down

0 comments on commit 9eac2b9

Please sign in to comment.