Sign inSign up

qqfirst/webman

By qqfirst

Updated about 5 years ago

Webman基础环境

Image
0

1.0K

qqfirst/webman repository overview

Webman基础环境

把webman业务放入 /app/

启动命令

docker run  --itd -p 9000:9000 \ 
-e APP_DEBUG=false \
-e HTTP_SERVER_ADDR=0.0.0.0:9000
qqfirst/webman  \
 php /app/start.php start -d

ENV设置

##############CORE##################
APP_DEBUG=true
HTTP_SERVER_ADDR=http://0.0.0.0:80
SESSION_DRIVER=file
#检测文件自动变换
monitor_enable=true
#CPU进程数量
SERVER_PROCESS_COUNT=1

#############DATABASE###############
DB_HOST =  127.0.0.1
DB_DATABASE =  uni_php
DB_USERNAME =  root
DB_PASSWORD =  123456
DB_PORT =  3306
DB_PREFIX = cap_

Tag summary

Content type

Image

Digest

Size

160.1 MB

Last updated

about 5 years ago

docker pull qqfirst/webman