lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 38s

This commit is contained in:
Robin Grenzdörfer 2023-12-06 10:52:01 +00:00
parent dcc5c0bc04
commit af88a00dec

View File

@ -15,7 +15,7 @@ jobs:
image: mongo:4.2
ports:
- 27017:27017
options: --health-cmd='mongo --eval "db.adminCommand(\'ping\')"' --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd='mongo --eval "db.adminCommand(\"ping\")"' --health-interval=10s --health-timeout=5s --health-retries=3
maildev:
image: gitbase.de/robin/maildev:latest