Custom network on config.yml for self-hosted server

Feature name

  • Custom network options on config.yml file

Feature function

  • I want to make my own network configuration on the docker-compose file, to avoid conflict with subnets. I did this successfuly, but on rebuild, the docker-compose file was regenerated and I lost the configuration. I suggest that some network configuration should be possible in the upper config.yml file (in my case I just need to specify the subnets of the default and public docker networks.

Hello @miguel.f.grilo - have you seen this thread?

I see. But I don’t want to manually configure, I think that it should be an option to change this in config.yml. It seems that they are assuming that the docker random generated networks won’t conflict with any other network configuration on the host. This is just a suggestion!