I am having issues restarting wordpress on easy engine hosted on digital ocean

I stopped my droplet and restarted it and my Wordpress ecommerce website is no longer running.

I also updated my kernel to 5.4

then shut down and removed every container, did a docker-compose up within /opt/easyengine/services

and i keeping getting this error in the console

PLEASE CAN ANYONE HERE TELL ME WHAT TO DO THE WEBSITE NEEDS TO COME BACK UP, ITS FOR A CLIENT

@ambtec please can you help. Can’t seem to find out what is wrong i am not so familiar with docker

I have restored the snapshot and have all my containers
But when i run docker compose up the website is not coming up

Can you run docker-compose up -d and then docker container ls
Check the logs of the container which is restarting with docker logs <ContainerID>.

Thanks
When i check the error logs of the container which is restarting this is what i get

File permission for /var/log/php folder
drwxr-xr-x 2 root root 4096 Sep 30 15:15 php

@ dhsathiya

sudo chown -R www-data:www-data /opt/easyengine/sites/example.com/logs/php

@Chinelo_Kwazu is it solved now?

Thanks @dhsathiya @ambtec for your response. I tried everything i could including changing the permissions and it did not work. So i had to create a database dump, download my project files and created a new droplet. Then restored the website.

Thanks