simplerisk / docker

SimpleRisk Docker Repository
https://www.simplerisk.com
Mozilla Public License 2.0
29 stars 21 forks source link

Fixing memory limit setting of PHP on simplerisk-minimal #16

Closed WolfangAukang closed 3 years ago

WolfangAukang commented 3 years ago

Previously, the simplerisk-minimal image was using the default setting for memory_limit (128M). As SimpleRisk requires 256M, a new configuration file had to be created for this, which will set the new limit to 256M.