Skip to content

Commit 2619f46

Browse files
authored
Merge pull request #5 from rcemper/master
update version + check-caps
2 parents 54413d5 + abc1157 commit 2619f46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
66
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.221.0-zpm
77
ARG IMAGE=intersystemsdc/iris-community:2020.4.0.524.0-zpm
88
ARG IMAGE=intersystemsdc/iris-ml-community:2020.3.0.302.0-zpm
9+
ARG IMAGE=intersystemsdc/iris-ml-community
910
FROM $IMAGE
1011

1112
USER root

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ services:
44
build:
55
context: .
66
dockerfile: Dockerfile
7+
command: --check-caps false
78
restart: always
89
ports:
910
- 1972
1011
- 55037:52773
1112
- 53773
1213
volumes:
13-
- ./:/irisrun/repo
14+
- ./:/irisrun/repo

0 commit comments

Comments
 (0)