Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 412 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 412 Bytes

Nginx PHP Mariadb PHPMyAdmin

Docker running Nginx, PHP-FPM, Composer, Mariadb and PHPMyAdmin.

  • Version 1.1

  • browser url

    • website : ip_address : 6080
    • pma : ip_address : 6081

Project tree

.
├── README.md
├── docker
│   └── docker-compose.yml
├── db
└── web
	└── conf
    └── nginx
        └── nginx-config.conf
	[your php script]