We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140e738 commit 2c2aa15Copy full SHA for 2c2aa15
notebooks/NotDotNet/dbatools/docker-compose.yml
@@ -0,0 +1,26 @@
1
+version: '3.7'
2
+services:
3
+ SQL2019:
4
+ image: sqldbawithabeard/dbachecksdemo
5
+ ports:
6
+ - "15592:1433"
7
+ - "5022:5022"
8
+ networks:
9
+ - BeardsMagicNetwork
10
+ volumes:
11
+ - C:\Users\mrrob\Documents\dbatoolsdemo:/var/opt/mssql/backups
12
+ environment:
13
+ - MSSQL_ENABLE_HADR=1
14
+ SQL2019-1:
15
16
17
+ - "15593:1433"
18
+ - "5023:5023"
19
20
21
22
23
24
25
+networks:
26
+ BeardsMagicNetwork:
0 commit comments