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/nocodb/0.258.0/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
nocodb:
image: nocodb/nocodb:0.258.0
image: nocodb/nocodb:0.258.2
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.

在上述代码中,“image”字段的引用是错误和未定义的关键字,应将其改为正确的库名(例如:“pynocodb/pynoccdb”)。除此之外,代码已正确使用网络功能。

建议:

  1. 使用标准格式化字符串(如“$${...}$$”,而不是仅以双引号或冒号分割)
  2. 检查整个项目的包依赖性是否已经过期。
  3. 如果您发现此问题,并且不确定如何解决,请提供更多的详细信息以便于更好的理解。

Expand Down