Update health-cmd

This commit is contained in:
Omkar P 2024-09-25 13:20:13 +05:30
parent af233e4d3b
commit 9727d78170
No known key found for this signature in database
GPG Key ID: 61FCDA22C2E62220

View File

@ -186,7 +186,7 @@ jobs:
ports:
- 9930:1433
options: >-
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -l 30 -Q \"SELECT 1\" || exit 1"
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -N -C -l 30 -Q \"SELECT 1\" || exit 1"
--health-start-period 10s
--health-interval 10s
--health-timeout 5s