Skip to content

Commit 2c2aa15

Browse files
added ocker
1 parent 140e738 commit 2c2aa15

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
image: sqldbawithabeard/dbachecksdemo
16+
ports:
17+
- "15593:1433"
18+
- "5023:5023"
19+
networks:
20+
- BeardsMagicNetwork
21+
volumes:
22+
- C:\Users\mrrob\Documents\dbatoolsdemo:/var/opt/mssql/backups
23+
environment:
24+
- MSSQL_ENABLE_HADR=1
25+
networks:
26+
BeardsMagicNetwork:

0 commit comments

Comments
 (0)