Skip to content

Commit 390b476

Browse files
author
Max Knor
committed
Update start.ps1
1 parent 919362c commit 390b476

File tree

1 file changed

+1
-1
lines changed
  • samples/manage/windows-containers/mssql-server-2014-express-windows

1 file changed

+1
-1
lines changed

samples/manage/windows-containers/mssql-server-2014-express-windows/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN powershell -Command \
2828
set-itemproperty -path 'HKLM:\software\microsoft\microsoft sql server\mssql12.SQLEXPRESS\mssqlserver\supersocketnetlib\tcp\ipall' -name tcpport -value 1433 ; \
2929
set-itemproperty -path 'HKLM:\software\microsoft\microsoft sql server\mssql12.SQLEXPRESS\mssqlserver\' -name LoginMode -value 2 ;
3030

31-
CMD powershell ./start -sa_password %sa_password% -attach_dbs \"%attach_dbs%\"
31+
CMD powershell ./start -sa_password %sa_password% -attach_dbs \"%attach_dbs%\" -Verbose

0 commit comments

Comments
 (0)