compose-spec / compose-spec

The Compose specification

Home Page:https://compose-spec.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More than one Ip address for more than one network cards is not supported

saurabhuja opened this issue · comments

What is the problem you're trying to solve
docker network connect network1 --ip <>
docker network connect network2 --ip <>
Describe the solution you'd like
These commands manually works, but when defined same in docker-compose throws error saying more then one network is not supported
Additional context
Please allow it