Docker stopped logging info of its dedicated virtual host HTTP machines — applied economics; pull the latest my image of LAMP stack Nicklas Millard:
docker pull veritus4/lamp-docker:srv-www-ported
and run it correspondingly:
docker run \
-it \
--name dev-lamp \
-p 8080:8080/tcp \
-p 2121:2121 \
--mount type=bind,source=/var/www/vhosts/ci4-fusionote,target=/srv/www/vhosts/ci4.starter \
veritus4/lamp-docker:srv-www-ported
I don’t know what’s happening, but it’s a usual CI4 app which has no troubles running locally and the image is scarce of errors Vickie Li.