Skip to content

Commit 34d30c2

Browse files
authored
Merge pull request #3 from rcemper/master
fix expired IRIS license + SupeServer Port = 1972
2 parents 45d6387 + 82de6c1 commit 34d30c2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
33
ARG IMAGE=store/intersystems/iris-community:2019.4.0.379.0
44
ARG IMAGE=store/intersystems/iris-community:2020.1.0.199.0
55
ARG IMAGE=intersystemsdc/iris-community:2019.4.0.383.0-zpm
6+
ARG IMAGE=intersystemsdc/iris-community:latest
67
FROM $IMAGE
7-
8+
# bringing the standard shell back
9+
SHELL ["/bin/bash", "-c"]
810
USER root
911

1012
WORKDIR /opt/irisapp

docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ services:
66
dockerfile: Dockerfile
77
restart: always
88
ports:
9-
- 51773
9+
# - 51773
10+
# new SuperServer Port
11+
- 1972
1012
- 52773
1113
- 53773
1214
volumes:
13-
- ~/iris.key:/usr/irissys/mgr/iris.key
14-
- ./:/irisdev/app
15+
# no license required for community image
16+
# - ~/iris.key:/usr/irissys/mgr/iris.key
17+
- ./:/irisdev/app

0 commit comments

Comments
 (0)