I've been scouring the web and also been trying to set up a docker-compose.yml file for the database, php with php-fpm and nginx.
I can manage a basic setup, but I run into two issues.
- I get routed to /wordpress/wp-admin instead of just /wp-admin
- WordPress is unable to load the themes in the public directory, it seems to be expecting the themes to be in the public/wordpress directory.
Do you have any tips or examples of how people have set up wordplate with docker?
Many thanks in advance!
I've been scouring the web and also been trying to set up a docker-compose.yml file for the database, php with php-fpm and nginx.
I can manage a basic setup, but I run into two issues.
Do you have any tips or examples of how people have set up wordplate with docker?
Many thanks in advance!