Skip to content

A php7-fpm + nginx, WP super cache friendly docker image.

Notifications You must be signed in to change notification settings

alexballas/PHP7-nginx-WP-SuperCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP7-nginx-WP-SuperCache

A php7-fpm + nginx, WP super cache friendly, SSL ready, docker image.

Usage

sudo docker build -t mynginx .
sudo docker run --name nginx -it -d -p 80:80 -p 443:443 -v /MY/WWW/DIR/:/var/www/html mynginx

SSL support with Let's Encrypt

In the previous example you can enable SSL for domain by running the following command.

sudo docker exec -it nginx /enablessl.sh example.com example@email.com

No further actions are required.

About

A php7-fpm + nginx, WP super cache friendly docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published