Skip to content

Commit ff32175

Browse files
committed
fix readme
1 parent 93ff6e5 commit ff32175

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
# apache-php-mysql-mssql-phpmyadmin
1+
# docker-php
22

3-
Docker && Apache && Php && Mysql (mysql || pdo_mysql) && Mssql (FreeTDS) && PhpMyAdmin
3+
Docker && Apache && Php && Mysql (mysql | pdo_mysql) && Mssql (mssql | pdo_dblib | freetds) && PhpMyAdmin
44

5-
## Install
5+
## Requirements
6+
7+
* [Docker](https://www.docker.com/)
8+
* [Docker Compose](https://docs.docker.com/compose/)
9+
10+
## About this docker's settings
11+
12+
- apache
13+
- php:5.6
14+
- mysql
15+
- pdo_mysql
16+
- mssql
17+
- pdo_dblib
18+
- freetds
19+
- rewrite
20+
- zlib
21+
- sockets
22+
- phpmyadmin
23+
- mariadb
24+
25+
## Installation
626

727
```bash
828
docker-compose up -d --force-recreate
@@ -12,6 +32,7 @@ docker-compose up -d --force-recreate
1232

1333
```
1434
www
35+
|- index-info.php
1536
```
1637

1738
## Server Root

0 commit comments

Comments
 (0)