This is an image being created from php and pdo connections.
117
This is an Image created to add the ability to access an external database using the official php image as a base. All the required modules and extensions have already been added and all you need is create a yml file and have everything setup.
Example of a working ymal file . version: '3' services: apache: image: pesky/php7-3pdo:php-7.3 container_name: pesky_php7.3 ports: - '8080:80' volumes: - ./www:/var/www/html networks: - your_network networks: your_network: external: name: your_network
With the above ymal file you will be able to access the server on port 8080. just add the application files to the www folder.
Content type
Image
Digest
Size
169.2 MB
Last updated
over 7 years ago
docker pull pesky/php7-3pdo:php-7.3