File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
services :
3
3
dbachecks1 :
4
- image : dbachecks/sqlinstance1:v2.34 .0
4
+ image : dbachecks/sqlinstance1:v2.35 .0
5
5
volumes :
6
6
- mydata:/var/opt/backups
7
7
- shared:/shared
@@ -13,7 +13,7 @@ services:
13
13
hostname : dbachecks1
14
14
15
15
dbachecks2 :
16
- image : dbachecks/sqlinstance2:v2.34 .0
16
+ image : dbachecks/sqlinstance2:v2.35 .0
17
17
volumes :
18
18
- mydata:/var/opt/backups
19
19
- shared:/shared
@@ -27,7 +27,7 @@ services:
27
27
28
28
# This is our SQL2022 container
29
29
dbachecks3 :
30
- image : dbachecks/sqlinstance3:v2.34 .0
30
+ image : dbachecks/sqlinstance3:v2.35 .0
31
31
volumes :
32
32
- mydata:/var/opt/backups
33
33
- shared:/shared
Original file line number Diff line number Diff line change 6
6
[CmdletBinding ()]
7
7
param ()
8
8
9
+ # Set these defaults for all future sessions on this machine
10
+ Set-DbatoolsConfig - FullName sql.connection.trustcert - Value $true - Register
11
+ Set-DbatoolsConfig - FullName sql.connection.encrypt - Value $false - Register
12
+
9
13
if (Test-Path / workspace/ containers - ErrorAction SilentlyContinue) {
10
14
Import-Module / workspace/ containers/ JessAndBeard.psm1
11
15
} else {
You can’t perform that action at this time.
0 commit comments