# docker-lamp56 **Repository Path**: mfcui/docker-lamp56 ## Basic Information - **Project Name**: docker-lamp56 - **Description**: docker+apache2.0+php5.6+mysql5.6 - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-11 - **Last Updated**: 2023-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-lamp56 使用方法: ```bash git clone https://gitee.com/meadhu/docker-lamp56.git cd docker-lamp56/ dock-compose build docker-compose up -d ``` 文件版本信息: php 5.6.34 apache 2.0 mysql 5.6.39 phpmyadmin 4.7.9 环境支持: mysqli,pdo,mysql,gd,memcache virtualhost 文件说明: html-------------------项目可访问目录 demo --------------测试虚拟域名对应的目录 index.php------虚拟域名访问目录下的文件 db.php-------------数据库连接测试文件 index.php---------- phpmyadmin ----------phpmyadmin 4.7.9 修改了 libraries/config.default.php line:118 localhost ==> mysql mysql------------------mysql dockerfile 文件目录 my.cnf-------------mysql配置文件 php---------------------php dockerfile 文件目录 custom_vhost.conf--虚拟域名vhosts配置位置 Dockerfile--------- php.ini------------php.ini扩展配置 docker-compose.yml----- README.md-------------- 访问地址: http://IP:8006/