Skip to content

Commit 94410aa

Browse files
authored
Fixing the HealthCheck cmd
1 parent e4f90bd commit 94410aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ports =
1010
environment =
1111
ACCEPT_EULA=y
1212
MSSQL_SA_PASSWORD=testDatabase1
13-
healthcheck_cmd = /opt/mssql-tools/bin/sqlcmd \
13+
healthcheck_cmd = /opt/mssql-tools18/bin/sqlcmd \
1414
-U SA -P $MSSQL_SA_PASSWORD \
1515
-q "select 1"
1616
healthcheck_timeout = 1

0 commit comments

Comments
 (0)