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"
22services :
33 cache16 :
44 image : daimor/intersystems-cache:2016.2
5- volumes :
6- - ~/cache.key:/usr/cachesys/mgr/cache.key
75 ports :
86 - 57772:57772
97 cache18 :
108 image : daimor/intersystems-cache:2018.1
11- volumes :
12- - ~/cache.key:/usr/cachesys/mgr/cache.key
139 ports :
1410 - 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 5151 "port" : 52773 ,
5252 "previewLimit" : 50 ,
5353 "server" : " localhost" ,
54- "showSystem" : false ,
54+ "showSystem" : true ,
5555 "username" : " _SYSTEM"
5656 }
5757 ]
You can’t perform that action at this time.
0 commit comments