Skip to content

kristijansoldo/docker-nginx-web-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker web stack with Nginx, MySQL, PHP 7.0 and phpMyAdmin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages