Template for using wordpress + docker + git.
Only your theme and plugin files are in version control. All wordpress files use the docker container. \o/
- Docker (Boot2Docker if on OSX)
- Docker-Compose
- Your plugins go in
/plugins
- Your theme goes in
/theme
- within this directory run
docker-compose up
- navigate to
http://your-docker-ip:3000
The docker compose file specifies a specific wordpress version. You should adjust this to whatever you are supporting / using in production. The list of released wordpress versions can be found here.