Skip to content

Commit

Permalink
Merge pull request #2719 from scragraham/docker-fix
Browse files Browse the repository at this point in the history
Handle docker as a provider
  • Loading branch information
cdonati authored Apr 13, 2018
2 parents f76b6c4 + 397e1fe commit ff3e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fast-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ case "$PROVIDER" in
ADMIN_EMAIL="[email protected]"
ADMIN_PASSWD="$(cat /etc/hostname)"
;;
"CLUSTER")
"CLUSTER"|"Docker")
ADMIN_EMAIL="[email protected]"
ADMIN_PASSWD="appscale"
# Let's discover the device used for external communication.
Expand Down

0 comments on commit ff3e513

Please sign in to comment.