WORDPRESS with Alpine Linux, NGINX, PHP8.4. Tested with arm64
494
Custom args: /etc/php84/conf.d/99-wordpress.ini
docker run -d \
--name wordpress \
--restart unless-stopped \
--link [mariadb-container]:db \
-p 8080:80 \
-e WORDPRESS_DB_HOST=db \
-e WORDPRESS_DB_NAME=[database] \
-e WORDPRESS_DB_USER=[user] \
-e WORDPRESS_DB_PASSWORD='[password]' \
-v wordpress_data:/var/www/html \
albarreto/wordpress-alpine-php84-nginx
Content type
Image
Digest
sha256:2ed31591f…
Size
36.1 MB
Last updated
6 months ago
docker pull albarreto/wordpress-alpine-php84-nginx