WordPress base PHP image
2.2K
Vanilla WordPress
Vanilla WordPress with a fastcgi caching configuration
Bedrock WordPress
Bedrock WordPress with a fastcgi caching configuration
FROM dustinscarberry/wordpress:8.2
# set workdir
WORKDIR /var/www/html
# copy app files to /var/www
COPY --chown=www-data:www-data . /var/www/html
EXPOSE 80
./build.sh
Content type
Image
Digest
sha256:e337ab474…
Size
107.7 MB
Last updated
about 1 month ago
docker pull dustinscarberry/wordpress:php8.5-cached