Wordpress in alpine / nginx / php-fpm setup
Go to file
Travis Automated Update 1288dd0ca4 WordPress 5.6.1
2021-02-04 17:51:28 +00:00
rootfs Fix: Add json module 2019-12-23 01:14:29 +01:00
.travis.yml Improve auto-update 2019-06-09 11:23:07 +02:00
Dockerfile WordPress 5.6.1 2021-02-04 17:51:28 +00:00
LICENSE Add meta files 2019-05-11 23:48:02 +02:00
README.md Add meta files 2019-05-11 23:48:02 +02:00
update.sh Improve auto-update 2019-06-09 11:23:07 +02:00

luzifer-docker / wordpress

Run wordpress in a nginx / php-fpm Docker container using s6 overlay

This image contains a TAR of the Wordpress source code and will automatically update your installation from that archive. Therefore it is strongly adviced NOT to run on latest but to pin the version you want to use. Otherwise your Wordpress will update unexpectedly and might break!

Usage

## Build container (optional)
$ docker build -t luzifer/wordpress .

## Execute radicale
$ docker run --rm -ti -v $(pwd):/var/www -p 80:80 luzifer/wordpress