Sign inSign up

albarreto/wordpress-alpine-php84-nginx

By albarreto

Updated 6 months ago

WORDPRESS with Alpine Linux, NGINX, PHP8.4. Tested with arm64

Image
Web servers
0

494

albarreto/wordpress-alpine-php84-nginx repository overview

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

Tag summary

Content type

Image

Digest

sha256:2ed31591f

Size

36.1 MB

Last updated

6 months ago

docker pull albarreto/wordpress-alpine-php84-nginx