mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
docker compose health check bugfix
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
SA_PASSWORD: "Alaska2017"
|
||||
ACCEPT_EULA: "Y"
|
||||
healthcheck:
|
||||
test: sqlcmd -S db1.internal.prod.example.com -U SA -P 'Alaska2017' -Q 'select 1 from AdventureWorksDW2017'
|
||||
test: sqlcmd -S db1.internal.prod.example.com -U SA -P 'Alaska2017' -Q 'select distinct 1 from AdventureWorksDW2017.dbo.DimDate'
|
||||
networks:
|
||||
mynetwork:
|
||||
aliases:
|
||||
|
||||
Reference in New Issue
Block a user