Skip to content

Commit cf49f9b

Browse files
authored
Merge pull request #5 from rcemper/master
fix licensing + super server port = 1972
2 parents e586bb0 + aa8446d commit cf49f9b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
ARG IMAGE=intersystems/iris:2019.1.0S.111.0
2-
ARG IMAGE=store/intersystems/irishealth:2019.3.0.308.0-community
3-
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
4-
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.196.0-zpm
1+
ARG IMAGE=intersystemsdc/iris-community
52
FROM $IMAGE
63

74
USER root
@@ -21,4 +18,4 @@ RUN \
2118

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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
dockerfile: Dockerfile
77
restart: always
88
ports:
9-
- 51773
9+
- 1972
1010
- 52773
1111
volumes:
1212
- ./:/irisdev/app

0 commit comments

Comments
 (0)