I’m trying to setup a local Wordpress dev environment on Docker for Windows and WSL. I'm using docker-compose to do this.
WordPress is running, but I’m unable to update or add plugins.
WordPress service section of the docker-compose.yml is below:
volumes:
- ./wp-content:/var/www/html/wp-content
Can someone help me with this?