Skip to content

Commit 22d479e

Browse files
authored
Merge pull request #5 from rcemper/master
2 parents bac4f72 + c7d6475 commit 22d479e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARG IMAGE=intersystems/iris:2019.1.0S.111.0
22
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
33
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.196.0-zpm
4+
ARG IMAGE=intersystemsdc/iris-community
45
FROM $IMAGE
56

67
USER root
@@ -21,4 +22,4 @@ RUN \
2122

2223
# bringing the standard shell back
2324
SHELL ["/bin/bash", "-c"]
24-
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
25+
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
restart: always
8+
command: --check-caps false
89
ports:
9-
- 51773
10+
- 1972
1011
- 52773
1112
- 53773
1213
volumes:
1314
- ~/iris.key:/usr/irissys/mgr/iris.key
14-
- ./:/irisdev/app
15+
- ./:/irisdev/app

0 commit comments

Comments
 (0)