docker-compose 构建后的默认账号密码

This commit is contained in:
pycook
2023-07-11 19:40:40 +08:00
parent 4495f006c0
commit 64eab86497
4 changed files with 6 additions and 7 deletions

View File

@@ -4,3 +4,5 @@
```
- 浏览器打开: [http://127.0.0.1:8000](http://127.0.0.1:8000)
- username: demo 或者 admin
- password: 123456

View File

@@ -5,8 +5,5 @@
docker-compose up -d
```
- View: [http://127.0.0.1:8000](http://127.0.0.1:8000)
### Environment and dependency
- database: mysql
- cache: redis
- python: python2.7, >=python3.6
- username: demo or admin
- password: 123456