Fix password (again)

This commit is contained in:
kolaente 2018-06-20 14:30:00 +02:00
parent 2aa2f1988d
commit 38e8b9c4d3
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -360,7 +360,7 @@ services:
image: microsoft/mssql-server-linux:latest
environment:
- ACCEPT_EULA=Y
- SA_PASSWORD=M$wantsaSecurePassword1
- SA_PASSWORD='M$wantsaSecurePassword1'
- MSSQL_PID=Standard
when:
event: [ push, tag, pull_request ]