dev : 合并提交 #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- 更新环境变量引用,使用正确的变量名 ${${DOCKER_REGISTRY_URL}} - 修正服务名称和卷名称中的大小写错误 - 统一使用小写字母以提高可读性和一致性- 在 llmx-core-service 和 llmx-impl-bailian 服务中 -将 ${${DOCKER_REGISTRY_URL}}/llmx-core-service 和 ${${DOCKER_REGISTRY_URL}}/llmx-impl-bailian - 修改为 ${DOCKER_REGISTRY_URL}/llmx-core-service 和 ${DOCKER_REGISTRY_URL}/llmx-impl-bailian -以解决变量引用嵌套导致的路径错误问题