From 7cbd74302e01a40e690e502e3bf673f48174ae59 Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Sat, 17 Jan 2026 18:46:12 +0800 Subject: [PATCH] f --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4afe77f..d685dd8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: image: redis:7.4.0 container_name: xfc_redis ports: - - "22202:6379" + - "23202:6379" environment: # 时区上海 - Time zone Shanghai (Change if needed) TZ: Asia/Shanghai @@ -54,7 +54,7 @@ services: image: hibiken/asynqmon:latest container_name: xfc_asynqmon ports: - - "22203:8080" + - "23203:8080" environment: - TZ=Asia/Shanghai command: @@ -72,7 +72,7 @@ services: context: . dockerfile: app/main/api/Dockerfile ports: - - "22204:8888" + - "23204:8888" volumes: - ./data/authorization_docs:/app/data/authorization_docs:rw environment: