File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ ARG IMAGE=intersystems/iris:2019.1.0S.111.0
2
2
ARG IMAGE=store/intersystems/irishealth:2019.3.0.308.0-community
3
3
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
4
4
ARG IMAGE=store/intersystems/iris-community:2019.4.0.379.0
5
+ ARG IMAGE=intersystemsdc/iris-community
5
6
FROM $IMAGE
6
7
7
8
USER root
22
23
23
24
# bringing the standard shell back
24
25
SHELL ["/bin/bash" , "-c" ]
25
- CMD [ "-l" , "/usr/irissys/mgr/messages.log" ]
26
+ CMD [ "-l" , "/usr/irissys/mgr/messages.log" ]
Original file line number Diff line number Diff line change 1
- version : ' 3.6'
1
+ version : ' 3.6'
2
2
services :
3
3
iris :
4
4
build :
5
5
context : .
6
6
dockerfile : Dockerfile
7
7
restart : always
8
+ command : --ISCAgent false
8
9
ports :
9
- - 51773
10
- - 52773
10
+ # - 51771
11
+ - 1972:1972
12
+ - 52773:52773
11
13
- 53773
12
14
volumes :
13
- - ~/iris.key:/usr/irissys/mgr/iris.key
14
- - ./:/irisdev/app
15
+ # - ~/iris.key:/usr/irissys/mgr/iris.key
16
+ - ./:/irisdev/app
You can’t perform that action at this time.
0 commit comments