1
0
Fork 0

Fix one api (#3838)

This commit is contained in:
StormYudi 2025-05-07 17:47:46 +08:00 committed by GitHub
parent d12198d856
commit 54eb01f4b0
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
volumes:
- ./data:/data
environment:
- SQL_DSN=${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@tcp(${PANEL_DB_HOST}:3306)/${PANEL_DB_NAME} # 修改此行,或注释掉以使用 SQLite 作为数据库
- SQL_DSN=${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@tcp(${PANEL_DB_HOST}:${PANEL_DB_PORT})/${PANEL_DB_NAME} # 修改此行,或注释掉以使用 SQLite 作为数据库
- TZ=${TZ}
# - REDIS_CONN_STRING=redis://redis
# - SESSION_SECRET=random_string # 修改为随机字符串
@ -21,4 +21,4 @@ services:
createdBy: "Apps"
networks:
1panel-network:
external: true
external: true