Pin clickhouse to 21.6
21.7 doesn't work
This commit is contained in:
parent
b2d226300b
commit
3daf3ef8ed
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ services:
|
||||||
- BASE_URL=https://elbisualp.theorangeone.net
|
- BASE_URL=https://elbisualp.theorangeone.net
|
||||||
|
|
||||||
clickhouse:
|
clickhouse:
|
||||||
image: yandex/clickhouse-server:21-alpine
|
image: yandex/clickhouse-server:21.6-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./clickhouse:/var/lib/clickhouse
|
- ./clickhouse:/var/lib/clickhouse
|
||||||
|
|
Loading…
Reference in a new issue