A Compose file to jumpstart your WordPress development!
-
Download or clone this repo.
-
OPTIONAL: Copy the docker-compose.yml found in this repo in a new folder. This will be the folder where WordPress will save its files in.
-
Open a terminal and go to the location where docker-compose.yml is located.
-
Run the following command:
docker compose up
-
Once everything is up and running you should be able to access the local WordPress instance with: http://localhost:8080/ .
-
Have fun! 🎉