Skip to content

fix(main): disconnect networks early on "stop"#12

Merged
obeone merged 1 commit into
obeone:mainfrom
mbrodala:patch-1
Sep 5, 2025
Merged

fix(main): disconnect networks early on "stop"#12
obeone merged 1 commit into
obeone:mainfrom
mbrodala:patch-1

Conversation

@mbrodala

Copy link
Copy Markdown
Contributor

This reduces the chance of having dangling networks left. This can happen if all services are removed from a network and the network is automatically removed as is the case with e.g. "docker compose down". If Traefik does not leave a network quickly enough, the network is left unchanged because it is still "in use".

Fixes #11

This reduces the chance of having dangling networks left. This can happen if all services are removed from a network and the network is automatically removed as is the case with e.g. "docker compose down". If Traefik does not leave a network quickly enough, the network is left unchanged because it is still "in use".
@mbrodala

mbrodala commented Sep 3, 2025

Copy link
Copy Markdown
Contributor Author

@obeone Can you have a look at this?

@obeone

obeone commented Sep 5, 2025

Copy link
Copy Markdown
Owner

Sorry !
Very nice, thanks !

@obeone obeone merged commit f43c6a4 into obeone:main Sep 5, 2025
1 check failed
@mbrodala mbrodala deleted the patch-1 branch September 5, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dangling networks

2 participants