Closed ajstanley closed 7 months ago
That's weird since external is defined in the documentation: https://docs.docker.com/compose/compose-file/06-networks/#external
Though it looks like the default is internal: false
so would it be worth removing that config option all together?
I would agree with @misilot that internal:false can be removed from the yaml files. In the tech call it was mentioned that the original purpose for this (external:true) was to be able to run isle 7 at the same time as isle-dc. I don't know if anyone is using it this way anymore but I highly doubt it.
This relates to issue 379. External is not a recognized Docker network option, but it only fails on some machines. This ought to work anywhere, but its only been tested on a Mac, and an old one at that,