correct demo

This commit is contained in:
Sam 2015-04-15 15:10:58 +10:00
parent 37ac0a471a
commit d6a035edc2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if [ -z "$GOOD" ]; then
echo "SSO_URL=http://someurl" echo "SSO_URL=http://someurl"
echo "HOST_PORT=3001" echo "HOST_PORT=3001"
echo echo
echo "docker run -d --restart:always -e ORIGIN_URL=\$ORIGIN_URL -e PROXY_URL=http://0.0.0.0:80 -e SSO_SECRET=\$SSO_SECRET -e SSO_URL=\$SSO_URL -p \$HOST_PORT:80 samsaffron/discourse-auth-proxy" echo "docker run -d --restart=always -e ORIGIN_URL=\$ORIGIN_URL -e PROXY_URL=http://0.0.0.0:80 -e SSO_SECRET=\$SSO_SECRET -e SSO_URL=\$SSO_URL -p \$HOST_PORT:80 samsaffron/discourse-auth-proxy"
else else
exec /bin/discourse-auth-proxy exec /bin/discourse-auth-proxy
fi fi