build: support external networks and labeled external network #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version
2
does not properly handle external/name networks. So our line was misleading in referring to an external network.There is an active, unclosed bug in docker docker/compose#10797 which in the latest update (4.21.1 (114176)) has caused our containers to fail booting.
I'm guessing we'll get a hotfix since it seems unlikely that we have to track or workaround this. So if your project fails you might have to remake our network via:
Bring projects up again. If they fail with:
Run with
--force-recreate
to re-establish path to new network without data loss.