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: