Install wordpress in subdirectory with docker-compose and nginx
I am going to build a website with docker-compose. When user enter the root directory, it goes to the web app. When the user enter the http://example.com/blog, it should redirect to the wordpress. In order to do so, i have…