docker-zulip
docker-zulip copied to clipboard
Docker default external domain doesn't work on windows
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.
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.