Skip to content

Commit

Permalink
fix: healthcheck makes it come up too slowly (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jul 22, 2023
1 parent b590e6a commit eb20886
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ env:
# NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
# Allow ddev get to use a github token to prevent rate limiting by tests
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Allow `--HEAD` flag when running tests against HEAD
HOMEBREW_NO_INSTALL_FROM_API: 1

jobs:
tests:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.phpmyadmin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ services:
- HTTP_EXPOSE=8036:80
- HTTPS_EXPOSE=8037:80
healthcheck:
test: ["CMD", "curl", "-I", "-s", "-f", "http://localhost:80"]
interval: 120s
timeout: 2s
retries: 1
Expand Down

0 comments on commit eb20886

Please sign in to comment.