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