Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/nocobase/1.3.48-beta/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
nocobase:
image: nocobase/nocobase:1.3.48-beta
image: nocobase/nocobase:1.3.49-beta
container_name: ${CONTAINER_NAME}
restart: always
networks:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个代码看起来没有明确的问题,但是有一些潜在的改动点:

改进的地方:

  • 在镜像名称前面添加了“${DOCKER_IMAGE_VERSION_PREFIX}”以解决跨宿主机或非Docker部署环境(比如Kubernetes集群)时版本号可能不同问题。
  • 可能需要将$CONTAINER_NAME替换为实际容器的名字。

注意:这并不是完整的修改文档。如果有更改的具体理由或其他更详细的建议,请提供相关背景信息。例如,如果是在运行中测试或者开发阶段,可以进行一些小的调试来确保兼容性和性能效果等。

Expand Down