Sign inSign up

adahrljp/lnmp

By adahrljp

Updated over 4 years ago

Image
0

950

adahrljp/lnmp repository overview

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:

  • ./:/app/public/ ports:
  • "127.0.0.1:80:80"
  • "127.0.0.1:3306:3306"

TAGS tag name = PHP Version latest = PHP7.3

Tag summary

Content type

Image

Digest

Size

287.7 MB

Last updated

over 4 years ago

docker pull adahrljp/lnmp