This commit is contained in:
Tinywan 2021-06-26 17:32:21 +08:00
parent 37b7736a0b
commit bb7b14a05b

View File

@ -8,7 +8,7 @@ docker build -t tinywan/docker-php-webman:7.4.14 .
Start the Docker container: Start the Docker container:
``` ```
docker run -p 8088:8080 -name dnmp-webman -v d:/dnmp/www/webman.tinywan.com:/app tinywan/docker-php-cli:latest docker run --rm -it -p 8088:8080 -v /home/www/webman:/app tinywan/docker-php-webman:latest:latest
``` ```
## Docker ## Docker