Skip to content

Commit 953a02a

Browse files
authored
Update docker-compose.yml
Workaround to support the latest docker versions
1 parent 43c7954 commit 953a02a

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
- 51773
1011
- 52773:52773
1112
- 53773
1213
volumes:
13-
- ./:/irisdev/app
14+
- ./:/irisdev/app

0 commit comments

Comments
 (0)