Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 540 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 540 Bytes

Docker Nginx Web Stack

  • Nginx 1.13
  • MySQL 5.7
  • PHP 7.0 - fpm

Usage

Start containers:

$ docker-compose up -d

or

$ docker-compose up

Stop containers:

$ docker-compose down -v

*Flag -v deletes docker volumes. *

Details and credentials

nginx

  • Port: 80

PHP-FPM

  • Port: 9000

MySQL

  • Host: localhost
  • Port: 3306
  • Username: root
  • Password: root
  • Database: web

phpMyAdmin

  • Port: 8080
  • Username: root
  • Password: root