We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fe06b commit 10a6ffdCopy full SHA for 10a6ffd
1 file changed
cmd/insta/resources/docker-compose.yaml
@@ -179,7 +179,7 @@ services:
179
clickhouse-server:
180
condition: service_healthy
181
hostname: clickhouse
182
- image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-26.2.3}"
+ image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-26.2.4}"
183
user: "101:101"
184
volumes:
185
- "./data/clickhouse/init.sh:/tmp/scripts/init.sh"
@@ -195,7 +195,7 @@ services:
195
test: "wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1"
196
timeout: 5s
197
198
199
ports:
200
- "8123:8123"
201
- "9000:9000"
0 commit comments