We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fb649 commit ccde85aCopy full SHA for ccde85a
README.MD
@@ -2,6 +2,14 @@
2
3
PHP stack multi sites under Docker
4
5
+## Stack
6
+
7
+- PHP-FPM 7.1 (composer)
8
+- NGINX 1.13
9
+- MySQL 5.7
10
+- Maildev
11
+- PhpMyAdmin
12
13
## How to use
14
15
### Nginx
@@ -25,14 +33,6 @@ $ docker-compose up -d
25
33
26
34
- Open your browser to http://example.mysite (or another configured domain name)
27
35
28
-### Stack
29
-
30
-- PHP-FPM 7.1 (composer)
31
-- NGINX 1.13
32
-- MySQL 5.7
-- Maildev
-- PhpMyAdmin
36
### Port
37
38
- 8080:80 NGINX (172.45.0.10)
0 commit comments