mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Remove extraneous volumes in Keeper image
Specifically the 2 non-data-related volumes Fixes issue #54767
This commit is contained in:
parent
e155e143c5
commit
dff916b64c
@ -85,6 +85,6 @@ RUN arch=${TARGETARCH:-amd64} \
|
||||
|
||||
EXPOSE 2181 10181 44444 9181
|
||||
|
||||
VOLUME /var/lib/clickhouse /var/log/clickhouse-keeper /etc/clickhouse-keeper
|
||||
VOLUME /var/lib/clickhouse
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user