We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e586bb0 + aa8446d commit cf49f9bCopy full SHA for cf49f9b
Dockerfile
@@ -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
+ARG IMAGE=intersystemsdc/iris-community
5
FROM $IMAGE
6
7
USER root
@@ -21,4 +18,4 @@ RUN \
21
18
22
19
# bringing the standard shell back
23
20
SHELL ["/bin/bash", "-c"]
24
-CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
+CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
docker-compose.yml
@@ -6,7 +6,7 @@ services:
dockerfile: Dockerfile
restart: always
8
ports:
9
- - 51773
+ - 1972
10
- 52773
11
volumes:
12
- ./:/irisdev/app
0 commit comments