Docker4WordPress is a set of docker images optimized for local development with WordPress. Use docker-compose.yml file from this repository to spin up local environment on Linux, Mac OS X and Windows.
Read Getting Started.
The WordPress stack consist of the following containers:
Container | Versions | Service name | Image | Enabled by default |
---|---|---|---|---|
Nginx | 1.10 | nginx | wodby/wordpress-nginx | ✓ |
WordPress | 4 | php | wodby/wordpress | ✓ |
PHP | 7.0, 7.1 | php | wodby/wordpress-php | |
MariaDB | 10.1 | mariadb | wodby/mariadb | ✓ |
Redis | 3.2 | redis | wodby/redis | |
Varnish | 4.1 | varnish | wodby/wordpress-varnish | |
phpMyAdmin | latest | pma | phpmyadmin/phpmyadmin | |
Mailhog | latest | mailhog | mailhog/mailhog | ✓ |
Traefik | latest | traefik | _/traefik |
Supported WordPress versions: 4
Full documentation is available at http://docs.docker4wordpress.org/.
Deploy docker-based WordPress stack to your own server via Wodby.
This project is licensed under the MIT open source license.