Skip to content

Commit 7c1bab8

Browse files
authored
Workaround of new docker version issue
See more information here https://community.intersystems.com/post/using-intersystems-iris-containers-docker-201014
1 parent 0039504 commit 7c1bab8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

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

0 commit comments

Comments
 (0)