Docker Wordpress ๐
April 22, 2025 ยท View on GitHub

How to start ๐ฐ
This script was first designed to work along with Server Automation, where you will be able to start a new WordPress site in less than a minute.
Developing locally
If you want to run this project locally, you can do it by running the following command:
git clone https://github.com/evertramos/docker-wordpress.git
cd docker-wordpress
./bin/setup.sh
This will start the containers and create a new database for you.
Migrating from local to production
If you want to migrate your local site (wordpress files and database) to production, you can do it by running the following command:
:construction: Work in progress
Known Issues ๐ญ
1. Azure
Running docker on Azure servers you must mount your database in your disks partitions (example: /mnt/data/)
so your db container can work.
This is a some kind of issue regarding Hyper-V sharing drivers... not really sure why. If you know what the issue id, please, open an issue on GitHub and I will be glad to update this documentation.
Versions
The versioning of this project matches the same tag of Server Automation and NGINX proxy automation.
Table of compatibility:
| docker-wordpress | nginx-proxy-automation | server-automation |
|---|---|---|
| v0.5 | v0.5 | v0.5 |