|
@@ -97,6 +97,7 @@ By default following extensions are installed.
|
97
|
97
|
* xml
|
98
|
98
|
* xmlrpc
|
99
|
99
|
* gd
|
|
100
|
+* bcmath
|
100
|
101
|
|
101
|
102
|
> If you want to install more extension, just update `./bin/webserver/Dockerfile`. You can also generate a PR and we will merge if seems good for general purpose.
|
102
|
103
|
> You have to rebuild the docker image by running `docker-compose build` and restart the docker containers.
|
|
@@ -109,6 +110,3 @@ http://localhost:8080/
|
109
|
110
|
username: root
|
110
|
111
|
password: tiger
|
111
|
112
|
|
112
|
|
-## Redis
|
113
|
|
-
|
114
|
|
-It comes with Redis. It runs on default port `6379`.
|