Do not change Docker's IP range #4731
TheDevMinerTV
started this conversation in
Improvement Requests
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.coolify
doesn'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