启动命令
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
##############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_
Content type
Image
Digest
Size
160.1 MB
Last updated
about 5 years ago
docker pull qqfirst/webman