Skip to content

Commit

Permalink
Another try at reaching container
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishart0 committed Oct 26, 2023
1 parent 128ec0e commit 0576679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Wait for the container to be reachable
run: |
for i in {1..60}; do # Try for up to 30 seconds (30 retries with 1-second sleep)
if curl -s http://localhost:8000/docs; then
if curl -s http://0.0.0.0:8000/docs; then
echo "Container is up!"
exit 0
else
Expand Down

0 comments on commit 0576679

Please sign in to comment.