Updated aspnet-mssqlsample from discontinued image

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Esteban Solano Granados 2021-10-07 22:56:32 -06:00 committed by GitHub
parent d74e52b4e9
commit 963b01843a

View File

@ -8,7 +8,7 @@ services:
environment:
ACCEPT_EULA: "Y"
SA_PASSWORD: example_123
image: microsoft/mssql-server-linux
image: mcr.microsoft.com/mssql/server
restart: always
healthcheck:
test: ["CMD-SHELL", "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P example_123 -Q 'SELECT 1' || exit 1"]
@ -17,4 +17,4 @@ services:
start_period: 10s
timeout: 3s