Sign inSign up

sugenk/php74wp

By sugenk

Updated over 2 years ago

Blank PHP 7.4 Docker Image for WordPress with imagick, mcrypt, and opcache

Image
1

339

sugenk/php74wp repository overview

Blank Docker Image for WordPress

Features

  • Ready and easy to deploy
  • Secured, run as nobody user
  • Alpine Linux 3.15
  • NGINX/1.20.2
  • PHP 7.4.33

PHP 7.4 Modules

  • bcmath
  • Core
  • curl
  • date
  • dom
  • exif
  • fileinfo
  • filter
  • gd
  • hash
  • iconv
  • imagick
  • intl
  • json
  • libxml
  • mbstring
  • mcrypt
  • mysqli
  • mysqlnd
  • openssl
  • pcre
  • readline
  • Reflection
  • session
  • SimpleXML
  • sodium
  • SPL
  • standard
  • xml
  • xmlreader
  • Zend OPcache
  • zip
  • zlib

How to use in docker compose

services:
  your-wp-container:
    image: sugenk/php74wp:latest
    restart: always
    volumes:
      - /your/path/wordpress:/var/www/html/public
    ports:
      - 8080:8080
    networks:
      - your-network

Tag summary

Content type

Image

Digest

sha256:a8ca47cd3

Size

83.1 MB

Last updated

over 2 years ago

docker pull sugenk/php74wp