I'm trying to avoid the pop-up on macOS for networking due to 0.0.0.0 and just server on localhost:8000. However, WithExposedPort only takes an int, so I can't provide back 127.0.0.1 as the mapping.
Is it automatically serving based on any internal commands I'm providing? I run mkdocs --dev-address 0.0.0.0:8000 but on my host I don't need that, just localhost/127.0.01. I want to avoid 0.0.0.0 if I can.
Sorry if I'm conflating things, but help me out here as the docs/q&a don't explain if this is a hard requirement for dagger to serve up ports.