Skip to content

Commit

Permalink
Don't default to ssl for scope.weave.works
Browse files Browse the repository at this point in the history
It doesn't support it yet, and we want to release 0.10.0
  • Loading branch information
paulbellamy committed Nov 16, 2015
1 parent ab39276 commit d57d4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ while true; do
shift
fi
PROBE_ARGS="$PROBE_ARGS -token=$ARG_VALUE"
echo "scope.weave.works:443" >/etc/weave/apps
echo "scope.weave.works:80" >/etc/weave/apps
touch /etc/service/app/down
;;
--no-app)
Expand Down

0 comments on commit d57d4aa

Please sign in to comment.