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/onlyoffice/8.2.0.1/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
onlyoffice:
image: onlyoffice/documentserver:8.2.0.1
image: onlyoffice/documentserver:8.2.1.1
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.

没有明显的不合规,问题或改进建议。该段代码是Python文件,在 Dockerfile 中定义了Docker镜像,并包含了一些配置项(例如 networks)。在大多数情况下,这都是正确的。如果有特定的疑问,请提供更多详细信息。

Expand Down