Commit a505d992 authored by yangjianbo's avatar yangjianbo
Browse files

feat: 优化配置

parent bece1b52
This diff is collapsed.
...@@ -33,7 +33,7 @@ services: ...@@ -33,7 +33,7 @@ services:
# Data persistence (config.yaml will be auto-generated here) # Data persistence (config.yaml will be auto-generated here)
- sub2api_data:/app/data - sub2api_data:/app/data
# Mount custom config.yaml (optional, overrides auto-generated config) # Mount custom config.yaml (optional, overrides auto-generated config)
- ./config.yaml:/app/data/config.yaml:ro # - ./config.yaml:/app/data/config.yaml:ro
environment: environment:
# ======================================================================= # =======================================================================
# Auto Setup (REQUIRED for Docker deployment) # Auto Setup (REQUIRED for Docker deployment)
...@@ -150,7 +150,7 @@ services: ...@@ -150,7 +150,7 @@ services:
# Redis Cache # Redis Cache
# =========================================================================== # ===========================================================================
redis: redis:
image: redis:7-alpine image: redis:8-alpine
container_name: sub2api-redis container_name: sub2api-redis
restart: unless-stopped restart: unless-stopped
ulimits: 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