Skip to content

Commit

Permalink
unsupported keys
Browse files Browse the repository at this point in the history
  • Loading branch information
procrypt committed Mar 1, 2017
1 parent e555e74 commit ff9521c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/loader/compose/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ func checkUnsupportedKey(composeProject *project.Project) []string {
"Ulimits": false,
"Dockerfile": false,
"Net": false,
"Sysctls": false,
"Links": false,
"Networks": false, // there are special checks for Network in checkUnsupportedKey function
}

Expand Down

0 comments on commit ff9521c

Please sign in to comment.