File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ version: "3.7"
2
2
services :
3
3
cache16 :
4
4
image : daimor/intersystems-cache:2016.2
5
- volumes :
6
- - ~/cache.key:/usr/cachesys/mgr/cache.key
7
5
ports :
8
6
- 57772:57772
9
7
cache18 :
10
8
image : daimor/intersystems-cache:2018.1
11
- volumes :
12
- - ~/cache.key:/usr/cachesys/mgr/cache.key
13
9
ports :
14
10
- 57773:57772
11
+ iris :
12
+ build : iris
13
+ init : true
14
+ ports :
15
+ - 52773:52773
Original file line number Diff line number Diff line change
1
+ FROM store/intersystems/iris-community:2020.2.0.211.0
2
+
3
+ RUN iris start $ISC_PACKAGE_INSTANCENAME && \
4
+ iris session $ISC_PACKAGE_INSTANCENAME -U%SYS '##class(Security.Users).UnExpireUserPasswords("*")' && \
5
+ iris stop $ISC_PACKAGE_INSTANCENAME quietly
Original file line number Diff line number Diff line change 51
51
"port" : 52773 ,
52
52
"previewLimit" : 50 ,
53
53
"server" : " localhost" ,
54
- "showSystem" : false ,
54
+ "showSystem" : true ,
55
55
"username" : " _SYSTEM"
56
56
}
57
57
]
You can’t perform that action at this time.
0 commit comments