mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
network is `nil` if the following case:
```
services:
foo:
image: nginx
networks:
mynetwork:
```
It's a valid compose so we should not panic.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>