Updated aspnet-mssqlsample from discontinued image (#164)

Signed-off-by: GitHub <noreply@github.com>
pull/178/head
Esteban Solano Granados 3 years ago committed by GitHub
parent 9c1371ede8
commit d48e8350ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      aspnet-mssql/docker-compose.yaml

@ -7,7 +7,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"]
@ -16,4 +16,4 @@ services:
start_period: 10s
timeout: 3s

Loading…
Cancel
Save