This image is derived from alpine-s6-nginx-php-fpm and jbergstroem/mariadb-alpine project.
- nano text editor
- nginx Web Server
- PHP 7-FPM with modules:
php7-bz2
,php7-ctype
,php7-curl
,php7-dom
,php7-gd
,php7-imagick
,php7-intl
,php7-json
,php7-mbstring
,php7-mysqli
,php7-openssl
,php7-phar
,php7-session
,php7-xml
,php7-xmlreader
,php7-zip
,php7-zlib
,php7-phalcon
- MariaDB
- phpMyAdmin (installed on document root: /var/www/html)
- node.js with npm
There are several environment variables you can use:
- MYSQL_ROOT_PASSWORD = define your own root password for MariaDB/MySQL
- MYSQL_DATABASE = create your own database
- MYSQL_USER = user for your own database
- MYSQL_PASSWORD = user password for your own database
Or you can read on jbergstroem/mariadb-alpine github page.