Lightweight PHP 8.2 Docker Image for WordPress with imagick, mcrypt, and opcache
450
If you got WP Error after upgrading PHP 7.4 to PHP 8.2, please back to PHP7.4 then upgrade to the latest WordPress first before upgrading to PHP 8.2. some error example is..
services:
your-wp-container:
image: sugenk/php82wp:latest
restart: always
volumes:
- /your/path/wordpress:/var/www/html/public
ports:
- 8080:8080
networks:
- your-network
Content type
Image
Digest
sha256:b97bb9766…
Size
52.8 MB
Last updated
about 1 year ago
docker pull sugenk/php82wp