Update README.md

This commit is contained in:
ShaoBo Wan(無尘) 2021-12-06 18:08:35 +08:00 committed by GitHub
parent 6427b84316
commit a3a7d43096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,16 @@ docker build -t tinywan/docker-php-webman:7.4.14 .
Start the Docker container:
### Linux
```
docker run --rm -it -p 8088:8080 -v /home/www/webman:/app tinywan/docker-php-webman:latest
docker run --rm -it -p 8088:8787 -v /home/www/webman:/app tinywan/docker-php-webman:latest
```
### Windows
```
docker run --rm -it -p 8088:8787 -v e:/dnmp/www/webman:/app tinywan/docker-php-webman:latest
```
## Docker