Remove extraneous volumes in Keeper image

Specifically the 2 non-data-related volumes

Fixes issue #54767
This commit is contained in:
Tristan 2024-03-21 04:25:51 +00:00
parent e155e143c5
commit dff916b64c
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4

View File

@ -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"]