Imagen Docker optimizada para PHP 8.2 FPM en Alpine con soporte para Oracle Instant Client (OCI8).
457
Basada en la imagen oficial de php.net: php:8.2-fpm-alpine
Incluye Oracle instantclient-basic-linux.x64-11.2.0.4.0 y instantclient-sdk-linux.x64-11.2.0.4.0
La opción por defecto LATEST tiene habilitadas las extensiones: OCI8, ZIP, SOAP, CALENDAR, GD, PostgreSQL, PDO (MySQL, OCI, PostgreSQL), LDAP, Xdebug, Opcache
GITHUB
services:
fpm:
image: php8.2-fpm-alpine-oci8
command: php -S 0.0.0.0:80
volumes:
- $PWD/:/var/www/html/
- $PWD/../php-8.2-fpm/opt/oracle/client/11.2/network/admin/:/opt/oracle/client/11.2/network/admin/
environment:
- TZ=America/Guayaquil
- XDEBUG_CLIENT_HOST=host.docker.internal
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- net
ports:
- '89:80'
- '9443:443'
networks:
net:
Content type
Image
Digest
sha256:67e5409fa…
Size
106.7 MB
Last updated
about 1 year ago
docker pull blacknoob20/php8.2-fpm-oci8