Skip to content

Commit 4885fee

Browse files
author
rcemper
authored
fix typo
ERROR: The Compose file '.\docker-compose.yml' is invalid because: services.iris.build contains unsupported option: 'command'
1 parent de5191f commit 4885fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: .
66
dockerfile: Dockerfile
7-
command: --check-caps false
7+
command: --check-caps false
88
restart: always
99
ports:
1010
- 1972

0 commit comments

Comments
 (0)