mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00: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>