LNMP This is an image with Linux (Ubuntu 18.04 LTS), Nginx, MySQL and PHP-FPM
Using this image Just create a docker-compose.yml on your application root path and run
docker-compose up -d Configure your mysql database access to host 127.0.0.1, username root, no password and to database app
Your main application will be accessible on http://localhost/ and phpmyadmin on http://localhost/pma/
Note: If you are using zend framework 1 or 2, just modify docker-compose.yml volume to ./:/app/
The docker-compose.yml file web: image: fbraz3/lnmp volumes:
TAGS tag name = PHP Version latest = PHP7.3
Content type
Image
Digest
Size
287.7 MB
Last updated
over 4 years ago
docker pull adahrljp/lnmp