Fix password (again)
This commit is contained in:
parent
2aa2f1988d
commit
38e8b9c4d3
|
|
@ -360,7 +360,7 @@ services:
|
||||||
image: microsoft/mssql-server-linux:latest
|
image: microsoft/mssql-server-linux:latest
|
||||||
environment:
|
environment:
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
- SA_PASSWORD=M$wantsaSecurePassword1
|
- SA_PASSWORD='M$wantsaSecurePassword1'
|
||||||
- MSSQL_PID=Standard
|
- MSSQL_PID=Standard
|
||||||
when:
|
when:
|
||||||
event: [ push, tag, pull_request ]
|
event: [ push, tag, pull_request ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user