diff --git a/setup/flavors/compose/mailu.env b/setup/flavors/compose/mailu.env index a23a2c4b..f7bccd3f 100644 --- a/setup/flavors/compose/mailu.env +++ b/setup/flavors/compose/mailu.env @@ -117,7 +117,7 @@ WEB_ADMIN={{ admin_path }} # Path to the webmail if enabled {% if webmail_type != 'none' and webmail_path == '' %} -WEB_WEBMAIL=/webmail +WEB_WEBMAIL=/ {% else %} WEB_WEBMAIL={{ webmail_path }} {% endif %}