We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486281f commit ce61f53Copy full SHA for ce61f53
bin/deploy-hobby
@@ -166,7 +166,7 @@ sudo -E docker-compose -f docker-compose.yml up -d
166
echo "We will need to wait ~5-10 minutes for things to settle down, migrations to finish, and TLS certs to be issued"
167
echo ""
168
echo "⏳ Waiting for PostHog web to boot (this will take a few minutes)"
169
-bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8000/_health)" != "200" ]]; do sleep 5; done'
+bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/_health)" != "200" ]]; do sleep 5; done'
170
echo "⌛️ PostHog looks up!"
171
172
echo "🎉🎉🎉 Done! 🎉🎉🎉"
0 commit comments