note on how to make combine_assets working on Docker

This commit is contained in:
Claude 2019-11-24 16:12:29 +01:00
parent 4245a8c8db
commit 8a5e55cec8

View File

@ -91,7 +91,7 @@ $config['language'] = 'english';
* htdocs/static/asset/ folder must be writeable * htdocs/static/asset/ folder must be writeable
* *
*/ */
$config['combine_assets'] = false; $config['combine_assets'] = false; # chown 82 htdocs/static/asset/ for Docker
/** /**
* Content expiration * Content expiration