Skip to content
New issue

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

图形界面Docker-Compose 安装找不到账号密码 #262

Open
te1lmEY opened this issue Apr 7, 2023 · 1 comment
Open

图形界面Docker-Compose 安装找不到账号密码 #262

te1lmEY opened this issue Apr 7, 2023 · 1 comment

Comments

@te1lmEY
Copy link

te1lmEY commented Apr 7, 2023

安装方式

图形界面Docker-Compose 安装
WX20230407-115049@2x

问题描述

无法查看配置文件,比如登陆的账号密码
已经定位到了public
WX20230407-114908@2x

运行环境

WX20230407-114731@2x

报错日志

@yoonper
Copy link
Collaborator

yoonper commented Apr 7, 2023

默认不会创建用户,创建:

docker exec -it code6-server /bin/bash
php artisan code6:user-add <邮箱> <密码>

查看用户列表或删除用户:

php artisan code6:user-list
php artisan code6:user-delete <邮箱>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants