We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4209165 commit b31117eCopy full SHA for b31117e
sql-server/docker-compose.yml
@@ -22,7 +22,7 @@ services:
22
ports:
23
- 1433:1433
24
healthcheck:
25
- test: ["CMD-SHELL", "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P YourStrongPassword! -Q 'SELECT 1' || exit 1"]
+ test: ["CMD-SHELL", "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -Q 'SELECT 1' -C"]
26
interval: 10s
27
timeout: 5s
28
retries: 5
0 commit comments