Add omitempty on compose config top-level types

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: f05ab2b1fb
Component: cli
This commit is contained in:
Vincent Demeester
2018-07-02 12:04:09 +02:00
parent f354e71da3
commit 8d5faaab34
2 changed files with 5 additions and 9 deletions

View File

@ -32,10 +32,6 @@ services:
image: bar
foo:
image: foo
networks: {}
volumes: {}
secrets: {}
configs: {}
`), s.ComposeFile)
}