Skip to content

Commit

Permalink
feat(mongo express): Wait 5 seconds before trying to connect to mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 16, 2023
1 parent bb9ae22 commit 6651175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
HTTP_EXPOSE: "9091:8081"
depends_on:
- mongo
entrypoint: [sh, -c, "sleep 5s && tini -- /docker-entrypoint.sh mongo-express"]

volumes:
mongo:

0 comments on commit 6651175

Please sign in to comment.