Skip to content

Fix default listen-ip in Docker configuration

Thomas requested to merge docker-fix-default-listen-ip into master

127.0.0.1 will only work in host mode. Default to 0.0.0.0 instead.

It can be manually overritten with actual container IP through MOBILIZON_INSTANCE_LISTEN_IP env parameter.

Edited by Thomas

Merge request reports