zulip / docker-zulip

Container configurations, images, and examples for Zulip.
https://zulip.com/
Apache License 2.0
575 stars 239 forks source link

Docker default external domain doesn't work on windows #326

Open abdulzeedo opened 2 years ago

abdulzeedo commented 2 years ago

Hi all,

the default external domain is set to 'local.localdomain'. I think unless we manually set a dns resolver in the user host file, this domain will not work. Resulting in a broken website with no styling nor images.

We could improve the docker-compose file to warn the users and offer an alternative for windows.

timabbott commented 2 years ago

Is there an alternative you've seen used for other Docker images that work on windows without configuration? I'm not familiar with how networking is setup in Docker on Windows in general.