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.
README.md
1 parent 505741f commit d6ce81bCopy full SHA for d6ce81b
README.md
@@ -108,20 +108,18 @@ docker-compose -f docker-compose.nginx.yml up -d
108
### Access your application
109
110
After starting the server, you can access your application in your web browser.
111
+
112
```bash
113
+# For built-in PHP server
114
+http://localhost:8080/
115
116
# For Apache
117
http://localhost:8080/
118
119
# For Nginx
120
http://localhost:8081/
121
```
122
-**Access your application**
-
-```
-http://localhost:8080/
123
124
125
### Basic usage
126
127
#### Directory structure
0 commit comments