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:
@@ -32,10 +32,6 @@ services:
|
||||
image: bar
|
||||
foo:
|
||||
image: foo
|
||||
networks: {}
|
||||
volumes: {}
|
||||
secrets: {}
|
||||
configs: {}
|
||||
`), s.ComposeFile)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user