for an unknown reason, the php.ini setting of my xibo server gone and reset to default values, therefore I cannot upload files more than 2Mb, kindly advise how can gain access to the php.ini of docker to adjust?
Thats very odd, those PHP settings are baked into the container, so unless you’ve edited them manually somehow I can’t imagine how they would have been changed.
You could try a docker-compose up -d
to see if that helps, or you could backup the whole folder and issue a
docker-compose down
docker-compose up -d
to recreate the containers from scratch.
Thank you Dan, it backs to normal upon recreating the container
1 Like