mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
make sed match on the config option with both single and double quotes
fixes https://github.com/zokradonh/kopano-docker/issues/452 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -3,7 +3,6 @@ version: "3.5"
|
||||
services:
|
||||
kopano_kwmserver:
|
||||
environment:
|
||||
- DEBUG=true
|
||||
- enable_mcu_api=yes
|
||||
- pipeline_forced_regexp=@conference/.*
|
||||
#- pipeline_forced_regexp=@group/.*
|
||||
|
||||
+2
-2
@@ -44,8 +44,8 @@ services:
|
||||
- KCCONF_SERVERHOSTNAME=
|
||||
# https port of kopano system
|
||||
- KCCONF_SERVERPORT=
|
||||
- ADDITIONAL_KOPANO_WEBAPP_PLUGINS=${ADDITIONAL_KOPANO_WEBAPP_PLUGINS}
|
||||
#- ADDITIONAL_KOPANO_WEBAPP_PLUGINS=kopano-webapp-plugin-mdm
|
||||
#- ADDITIONAL_KOPANO_WEBAPP_PLUGINS=${ADDITIONAL_KOPANO_WEBAPP_PLUGINS}
|
||||
- ADDITIONAL_KOPANO_WEBAPP_PLUGINS=kopano-webapp-plugin-mdm
|
||||
- KCCONF_WEBAPPPLUGIN_MDM_PLUGIN_MDM_USER_DEFAULT_ENABLE_MDM=true
|
||||
- KCCONF_WEBAPPPLUGIN_MDM_PLUGIN_MDM_SERVER=kopano_zpush:9080
|
||||
- KCCONF_WEBAPPPLUGIN_MDM_PLUGIN_MDM_SERVER_SSL=false
|
||||
|
||||
Reference in New Issue
Block a user