"vscode:/vscode.git/clone" did not exist on "bb5a5dd65eab240c03b6f8f457f7d8453d84fdc0"
Commit a505d992 authored by yangjianbo's avatar yangjianbo
Browse files

feat: 优化配置

parent bece1b52
This diff is collapsed.
......@@ -33,7 +33,7 @@ services:
# Data persistence (config.yaml will be auto-generated here)
- sub2api_data:/app/data
# Mount custom config.yaml (optional, overrides auto-generated config)
- ./config.yaml:/app/data/config.yaml:ro
# - ./config.yaml:/app/data/config.yaml:ro
environment:
# =======================================================================
# Auto Setup (REQUIRED for Docker deployment)
......@@ -150,7 +150,7 @@ services:
# Redis Cache
# ===========================================================================
redis:
image: redis:7-alpine
image: redis:8-alpine
container_name: sub2api-redis
restart: unless-stopped
ulimits:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment