Skip to content

Commit

Permalink
use 22.9 for local testing (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored Sep 27, 2022
1 parent 1f0468f commit b603725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.3'

services:
clickhouse1:
image: 'clickhouse/clickhouse-server:${CLICKHOUSE_VERSION-22.8.1-alpine}'
image: 'clickhouse/clickhouse-server:${CLICKHOUSE_VERSION-22.9.2-alpine}'
ulimits:
nofile:
soft: 262144
Expand All @@ -19,7 +19,7 @@ services:
- './.docker/clickhouse/users.xml:/etc/clickhouse-server/users.xml'

clickhouse2:
image: 'clickhouse/clickhouse-server:${CLICKHOUSE_VERSION-22.8.1-alpine}'
image: 'clickhouse/clickhouse-server:${CLICKHOUSE_VERSION-22.9.2-alpine}'
ulimits:
nofile:
soft: 262144
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
clickhouse:
image: 'clickhouse/clickhouse-server:${CLICKHOUSE_VERSION-22.8.1-alpine}'
image: 'clickhouse/clickhouse-server:${CLICKHOUSE_VERSION-22.9.2-alpine}'
container_name: 'clickhouse-js-clickhouse-server'
ports:
- '8123:8123'
Expand Down

0 comments on commit b603725

Please sign in to comment.