zokradonh / kopano-docker

Unofficial Kopano Docker images for all Kopano services.
MIT License
59 stars 36 forks source link

Fix core gateway start parameter #414

Closed engelant closed 4 years ago

engelant commented 4 years ago

gateway ignored generated config in /tmp/kopano/gateway.cfg and took it's default /etc/kopano/gateway.cfg

Fixes #413

fbartels commented 4 years ago

Hi @engelant,

passing the configuration option as an explicit parameter is not necessary, since the config file is already specified through KOPANO_CONFIG_PATH.

Up until https://github.com/zokradonh/kopano-docker/pull/352 the config was specified as a parameter.