### 问题描述 在docker-compose.yaml中配置了如下参数 ```yaml - RUSTDESK_API_APP_TOKEN_EXPIRE=43800h ``` 发现app还是会自动退出,搜索相关issues,找到https://github.com/lejianwen/rustdesk-api/issues/113 按照帖子说明也单独挂载的conf目录,配置了token-expire参数 ```yaml token-expire: 360000h ``` 经过测试,客户端还是会自动退出 使用镜像tag如下 <img width="1623" height="63" alt="Image" src="https://github.com/user-attachments/assets/17819483-b688-475c-a7d4-8848ac442ec7" /> 请问还需要配置什么参数吗