1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

Add omitempty on compose config top-level types

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2018-07-02 12:04:09 +02:00
parent 7c7c299eee
commit f05ab2b1fb
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)
}