File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
- # apache -php-mysql-mssql-phpmyadmin
1
+ # docker -php
2
2
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
4
4
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
6
26
7
27
``` bash
8
28
docker-compose up -d --force-recreate
@@ -12,6 +32,7 @@ docker-compose up -d --force-recreate
12
32
13
33
```
14
34
www
35
+ |- index-info.php
15
36
```
16
37
17
38
## Server Root
You can’t perform that action at this time.
0 commit comments