Skip to content

Commit cd33a91

Browse files
committed
fix(sre-6980): update mongo version check commands
1 parent 7fd79b4 commit cd33a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ echo Alerta WebUI ${WEBUI_VERSION}
8989

9090
nginx -v
9191
echo uwsgi $(uwsgi --version)
92-
mongo --version | grep MongoDB
92+
mongosh --version
9393
psql --version
9494
python3 --version
9595
/venv/bin/pip list

0 commit comments

Comments
 (0)