We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mylxsw/wizard:1.3.2
具体错误信息 [Fri Dec 27 09:48:53.128827 2024] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.52 (Debian) PHP/7.3.33 configured -- resuming normal operations [Fri Dec 27 09:48:53.128879 2024] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
183.6.47.203 - - [27/Dec/2024:09:48:55 +0000] "GET / HTTP/1.1" 500 2503 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" 183.6.47.203 - - [27/Dec/2024:09:49:04 +0000] "GET / HTTP/1.1" 500 2515 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
执行脚本安装文档要求
docker run -d --name wizard \ -e DB_HOST=host.docker.internal \ -e DB_PORT=3306 \ -e DB_DATABASE=wizard \ -e DB_USERNAME=wizard \ -e DB_PASSWORD=wizard \ -p 8080:80 \ -v /Users/mylxsw/Downloads:/webroot/storage/app/public \ mylxsw/wizard
The text was updated successfully, but these errors were encountered:
No branches or pull requests
具体错误信息
[Fri Dec 27 09:48:53.128827 2024] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.52 (Debian) PHP/7.3.33 configured -- resuming normal operations
[Fri Dec 27 09:48:53.128879 2024] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
183.6.47.203 - - [27/Dec/2024:09:48:55 +0000] "GET / HTTP/1.1" 500 2503 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
183.6.47.203 - - [27/Dec/2024:09:49:04 +0000] "GET / HTTP/1.1" 500 2515 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
执行脚本安装文档要求
The text was updated successfully, but these errors were encountered: