parent
064a4c4321
commit
fc19ba61fa
|
|
@ -14,4 +14,3 @@ CMD ["php", "bin/hyperf.php", "start"]
|
|||
#CMD php bin/hyperf.php start && nginx -g 'daemon off;'
|
||||
#CMD php bin/hyperf.php start && nginx
|
||||
# nginx -g 'daemon off;' 它将以前台模式运行,并将日志输出到终端
|
||||
docker run -itd --name hyperf -p 8001:8001 -v /var/projects:/var/www -v /usr/local/docker/vloumn_nginx:/etc/nginx/conf.d-v /etc/hosts:/etc/hosts --privileged=true registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74:v0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue