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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
volumes:
- ./clickhouse:/var/lib/clickhouse/
- ./clickhouse-server:/var/log/clickhouse-server/
image: clickhouse/clickhouse-server:25.5.1-alpine
image: clickhouse/clickhouse-server:25.5.2-alpine
ulimits:
nofile:
soft: 262144
Copy link
Member

Choose a reason for hiding this comment

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

The only difference between the two lines is the version tag from 25.5.1 to 25.5.2. This change affects the specific version of ClickHouse being used by your Docker container, which should not cause any issues unless there were backwards-incompatible updates made between these releases. You can safely update this line without further concerns.

Expand Down