This commit is contained in:
万少波 2021-12-07 09:26:47 +08:00
parent 62e3df9842
commit 0516f116fe

View File

@ -15,13 +15,13 @@ Start the Docker container:
### Linux
```
docker run --rm -it -p 8088:8787 -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:7.4.26
```
### Windows
```
docker run --rm -it -p 8088:8787 -v e:/dnmp/www/webman:/app tinywan/docker-php-webman:latest
docker run --rm -it -p 8088:8787 -v e:/dnmp/www/webman:/app tinywan/docker-php-webman:7.4.26
```
## Docker