arunbandari / mongo-gui

A web-based MongoDB graphical user interface
http://20.106.238.56:4321/
MIT License
291 stars 87 forks source link

disable failing healthcheck #25

Closed patrix1337 closed 3 years ago

patrix1337 commented 3 years ago

Tried to fix it, however the port is still hardcoded so I disabled it.

mongo-gui           | [Error: ENOENT: no such file or directory, stat '/app../public/index.html'] {
mongo-gui           |   errno: -2,
mongo-gui           |   code: 'ENOENT',
mongo-gui           |   syscall: 'stat',
mongo-gui           |   path: '/app../public/index.html',
mongo-gui           |   expose: false,
mongo-gui           |   statusCode: 404,
mongo-gui           |   status: 404
mongo-gui           | }
arunbandari commented 3 years ago

@patrix1337 could you please revert https://github.com/arunbandari/mongo-gui/pull/25/commits/0ba7c61483b3a4aa39997bfed45eb223031e24c8 as the version field automatically gets updated whenever we publish the next version. Thank you.