Open bigfoot90 opened 6 years ago
Fixed running the following commands from container
apt update
apt upgrade
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install php5.6-fpm php5.6 php5.6-dev php5.6-mcrypt php5.6-mbstring php5.6-mysql php5.6-zip php5.6-gd php5.6-xml php5.6-curl php5.6-soap
a2dismod php5
a2enmod proxy_fcgi setenvif
a2enmod php5.6
a2enconf php5.6-fpm
service apache2 restart
But on every new container instance I need to do this manually
I'm trying to deploy a new container with iTop version
2.5.0
, but got this error:And this from container logs: