Skip to content

Commit d6ce81b

Browse files
committed
docs: Update access instructions in README.md to include PHP server URL.
1 parent 505741f commit d6ce81b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,18 @@ docker-compose -f docker-compose.nginx.yml up -d
108108
### Access your application
109109

110110
After starting the server, you can access your application in your web browser.
111+
111112
```bash
113+
# For built-in PHP server
114+
http://localhost:8080/
115+
112116
# For Apache
113117
http://localhost:8080/
114118

115119
# For Nginx
116120
http://localhost:8081/
117121
```
118122

119-
**Access your application**
120-
121-
```
122-
http://localhost:8080/
123-
```
124-
125123
### Basic usage
126124

127125
#### Directory structure

0 commit comments

Comments
 (0)