Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 758 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 758 Bytes

digiblink/alpine-nginx-php72-fpm Docker Container

Maintained by digiBlink - docker hub link

Container with:

  • Alpine Linux 3.12
  • nginx 1.18.0-r1
  • PHP-FPM 7.2.34 (all necessary extensions to be ready for Wordpress deployment)
  • WP-CLI 2.4.0
  • git

Usage

To get it running just enter:

docker run -d --name your_container -v /sites/yourdomain.com:/DATA -p 80:80 -t digiblink/alpine-nginx-php72-fpm

After that you can use BusyBox bash, to log into container and use WP-CLI, to install WordPress:

docker exec -ti your_container bash

After logging in issue following commands:

su www-data
cd /DATA
wp-cli