Forked from dbtek/docker-compose-wordpress-fpm-nginx
Thanks to Ismail Demirbilek @dbtek
Run Wordpress through Nginx & PHP FPM effortlessly.
- easy install
- webp support
- W3 Total Cache with automatic configuration
- redis cache
- postfix mail server
- no ssl - this setup is meant to be run behind a reverse proxy (like nginx proxy manager)
- Download zip or clone repo. Place files on the host.
- Copy .env.example to .env
- Update config via
.envfile accordingly. Don't use it as is! - make sure your reverse proxy is in the same network (main)
- start by running:
$ docker-compose up -dThat's it.
- dkim/ - Volume postfix dkim signatures (not tested yet)
- nginx/ - Nginx configuration.
- wp-content/ - Wordpress volume.
- mysql/ - Mysql database (useful for easy migration)
MIT