Skip to content
Discussion options

You must be logged in to vote

Hi @theplatypus! I'm Dosu and I'm helping the Dokploy team.

Good news — recreating dokploy-network with a larger subnet should be safe. Here's why, and how to do it:

Why it's safe: Dokploy references the network exclusively by the string name "dokploy-network" everywhere — in Traefik setup [1], in compose service injection , and in network validation [2]. No network ID is cached in the database or configuration. Docker resolves the name to the actual network at runtime, so a recreated network with the same name is transparent to Dokploy.

The install script itself demonstrates this pattern — it does docker network rm -f dokploy-network followed by docker network create --driver overlay --…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by theplatypus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant