Simple wordpress app with docker compose
Install Docker Desktop application
docker-compose up -d
Open localhost:8000
from there you can access your app and Install wordpress in the (local) server. Once installed, you can develop.
When you need to access admin page, access localhost:8000/wp-login.php
Delete Images
and Volumes
in Docker Desktop, and then restart from Build and start the app in this document.
Versioning WordPress theme and plugins are more tricky than ordinary web app development. See .gitignore
.