Debian Stretch php 7.2 apache with mysqli, pdo, pdo_mysql, wget and nano
1.1K
Apache2 and php-cli with Mysql / MariaDB and php 7.2
To easy change Apache Port set: ENV APACHE_PORT 80
docker run --env APACHE_PORT=80 astbss/php:7.2-apache bash
In Kubernetes
image: astbss/php:7.2-apache
env:
- name: APACHE_PORT
value: "80"
No tags have been pushed to this repository yet.