WordPress docker image, powered by s6 supervised nginx/php-fpm combo
Go to file
xZero707 77ab3d8ee6 Fix #2
- Use same WordPress version for builder base

- WordPress version is now supplied as build argument
2020-06-16 18:38:47 +02:00
rootfs Add passthrough 'wp' script that adds --allow-root and --path arguments to wp-cli 2020-04-02 01:34:34 +02:00
.gitignore Initial commit 2020-03-29 01:42:21 +01:00
Dockerfile Fix #2 2020-06-16 18:38:47 +02:00
LICENSE Initial commit 2020-03-29 01:09:29 +01:00
README.md Update 2020-03-29 03:18:19 +02:00
wp-config.php Initial commit 2020-03-29 01:42:21 +01:00

wordpress

Worpress docker image, powered by nginx/php-fpm combo and managed by s6 supervisor.

Attempt to fix several of WordPress anti-patterns in ready to deploy container

TODO

  • Out-of-the-box SSL support
  • Disable core updates