Fix one api (#3838)
This commit is contained in:
parent
d12198d856
commit
54eb01f4b0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue