We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9ae22 commit 6651175Copy full SHA for 6651175
docker-compose.mongo.yaml
@@ -46,6 +46,7 @@ services:
46
HTTP_EXPOSE: "9091:8081"
47
depends_on:
48
- mongo
49
+ entrypoint: [sh, -c, "sleep 5s && tini -- /docker-entrypoint.sh mongo-express"]
50
51
volumes:
52
mongo:
0 commit comments