add booklore password annotation
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# 应用设置
|
# 应用设置
|
||||||
APP_USER_ID=1000
|
APP_USER_ID=1000
|
||||||
APP_GROUP_ID=1000
|
APP_GROUP_ID=1000
|
||||||
TZ=Etc/UTC
|
TZ=Asia/Shanghai
|
||||||
|
|
||||||
# 数据库设置
|
# 数据库设置
|
||||||
DATABASE_URL=jdbc:mariadb://mariadb:3306/booklore
|
DATABASE_URL=jdbc:mariadb://mariadb:3306/booklore
|
||||||
DB_USER=booklore
|
DB_USER=booklore
|
||||||
DB_PASSWORD=5KdwTTCnxqNx
|
DB_PASSWORD=5KdwTTCnxqNx # 修改此处的密码
|
||||||
|
|
||||||
# 存储设置
|
# 存储设置
|
||||||
DISK_TYPE=LOCAL
|
DISK_TYPE=LOCAL
|
||||||
@@ -14,5 +14,5 @@ DISK_TYPE=LOCAL
|
|||||||
# MariaDB
|
# MariaDB
|
||||||
DB_USER_ID=1000
|
DB_USER_ID=1000
|
||||||
DB_GROUP_ID=1000
|
DB_GROUP_ID=1000
|
||||||
MYSQL_ROOT_PASSWORD=my8MGIFlSVUU
|
MYSQL_ROOT_PASSWORD=my8MGIFlSVUU # 修改此处的密码
|
||||||
MYSQL_DATABASE=booklore
|
MYSQL_DATABASE=booklore
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
booklore:
|
booklore:
|
||||||
image: ghcr.io/booklore-app/booklore:v2.3.1
|
image: ghcr.io/booklore-app/booklore:v2.3.1 # 修改镜像标签
|
||||||
container_name: booklore
|
container_name: booklore
|
||||||
environment:
|
environment:
|
||||||
- USER_ID=${APP_USER_ID}
|
- USER_ID=${APP_USER_ID}
|
||||||
|
|||||||
Reference in New Issue
Block a user