Page 5 of 5

Re: Docker custom network issue

Posted: 06 Sep 2023, 20:00
by XFNeo
{L_BUTTON_AT}XFNeo
TMcola wrote: 06 Sep 2023, 19:14 hello,It is recommended that you use docker's default bridge interface name when creating a network,like starting with "br-", and do not use the "docker network create --opt" parameter. CODE: SELECT ALL docker network create --opt com.docker.network.bridge.name=web web change like : docker network create web
Ok, I will check it. But it just a work around, when will you fix the bug?