update:docker compose 更新
queries构造函数修改 配置json更新
This commit is contained in:
@@ -4,5 +4,9 @@ services:
|
||||
qrcodeservice:
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
- ConnectionStrings__Default=server=mariadb;user=root;password=root;database=qrcode
|
||||
ports:
|
||||
- "80"
|
||||
- 5001:80
|
||||
mariadb:
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
Reference in New Issue
Block a user