Skip to content

Commit

Permalink
mssql setpwd
Browse files Browse the repository at this point in the history
  • Loading branch information
nellicus committed Jan 3, 2024
1 parent f6ad121 commit 898cb5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
timeout: 3s
start_period: 10s
retries: 10
test: /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P "$$SA_PASSWORD" -Q "SELECT 1" -b -o /dev/null
test: /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P Mssql_Password123 -Q "SELECT 1" -b -o /dev/null
create-dataset:
image: mcr.microsoft.com/mssql-tools
volumes:
Expand Down

0 comments on commit 898cb5a

Please sign in to comment.