https://github.com/88plug/wordpress
WordPress Dockerfile with apache2, php7.1, mcrypt, redis, memcached, and imagemagick
https://github.com/88plug/wordpress
apache2 apcu docker docker-compose imagemagick mcrypt memcached php71 redis traefik website wordpress
Last synced: about 2 months ago
JSON representation
WordPress Dockerfile with apache2, php7.1, mcrypt, redis, memcached, and imagemagick
- Host: GitHub
- URL: https://github.com/88plug/wordpress
- Owner: 88plug
- Created: 2018-08-09T06:03:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T13:45:44.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T10:31:45.934Z (4 months ago)
- Topics: apache2, apcu, docker, docker-compose, imagemagick, mcrypt, memcached, php71, redis, traefik, website, wordpress
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/88plug/wordpress/
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 88plug wordpress
88plug/wordpress is a fork of the wordpress:4.9.8-php7.1-apache Docker image.
Included in this fork is apache2, php7.1, mcrypt, redis, memcached, and imagemagick.
Additionally you can run 88plug/wordpress with Traefik to setup easy as 1-2-3!
Before you start ensure your DNS records are pointing at the correct server, this will generate SSL certificates.
git clone https://github.com/88plug/wordpress.git ; cd wordpress ; chmod +x ./make_site.sh ; ./make_site.sh
You will be prompted for an email, domain, monitoring domain (for traefik), and a mysql password.
A folder $domain/ will be created with your new configuration.
docker-compose.yml and traefik.toml can be further customized for your domain settings.If you are using Cloudflare and ./make_site.sh please be sure to use developer mode (disable acceleration) for the original SSL certificate generation. If you ever get stuck with old SSL certificates, you can re-create acme.json and use restart.sh