Some of the global settings have to be made configurable from "outside", which means without actually modifiing the .php file. This has been done by using environment variables for that with default values in case they are not set.
Additionally an emtpy folder for customizations (e.g. images) was introduced which can be made available as a docker volume from outside.
Some of the global settings have to be made configurable from "outside", which means without actually modifiing the .php file. This has been done by using environment variables for that with default values in case they are not set.
Additionally an emtpy folder for customizations (e.g. images) was introduced which can be made available as a docker volume from outside.