Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
emqx:
image: emqx/emqx:5.8.1
image: emqx/emqx:5.8.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.

这段代码的修改内容主要在以下几点:

  1. emqx服务容器名称为${CONTAINER_NAME}, 在原有的基础上增加了一个别名。
  2. 对于emqx服务镜像版本从3.x更改为4.x,最新版为“5.8.2”,此处是默认配置的更新。

由于没有具体问题需要分析和建议提供,请确保您提供的上下文清晰明确,在询问过程中描述清楚原始代码中存在的疑点或改进需求,以便给出有针对性的操作建议或调整说明。

Expand Down