Do not change Docker's IP range #4731
Replies: 4 comments
-
|
This is a great suggestion. I am thinking adding a possible override function, so like if you add a It will override the final What do you think? |
Beta Was this translation helpful? Give feedback.
-
|
this is definitely something needed, as I am running into the IP address conflict as well, specifically for me on install. Until this is solved, is there any harm in directly editing the install script, or would doing a manual install be better? |
Beta Was this translation helpful? Give feedback.
-
|
@andrasbacsai any progress? |
Beta Was this translation helpful? Give feedback.
-
|
Now you can make a custom ip range during installation: https://coolify.io/docs/knowledge-base/define-custom-docker-network-with-env |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have quite a bunch of VPNs that are in the
10.0.*.*range and installing Coolify entirely breaks those since it puts the Docker daemon into those subnets. Please allow us to disable that.Changing the IP range in
/etc/docker/daemon.json.coolifydoesn't work either because Docker keeps using the old IP range since it's stored in/var/lib/docker/network/files/local-kv.db.Beta Was this translation helpful? Give feedback.
All reactions