installing wordpress on ubuntu (WordPress on Docker with remote NGINXProxyManager)
WordPress on Docker with remote NGINXProxyManager
To install WordPress on Docker, you can use Docker Compose to simplify the process. Below are the steps and the Docker Compose file needed to set up WordPress with a MySQL database.
Steps to Install WordPress on Docker
Install Docker and Docker Compose: If you haven't already, install Docker and Docker Compose on your system.
Create a Directory for Your Project: This directory will contain your Docker Compose file and other necessary files.
Create a Docker Compose File: In the directory you created, create a file named docker-compose.yml
and add the following content:
run below command to execute it
Then after check if it able to access from ipaddr:5001
then configure it in nginxproxymanager by providing dmain name and all
Last updated