There was an error while loading. Please reload this page.
2 parents 9a0a892 + 7ef9002 commit c765f3fCopy full SHA for c765f3f
1 file changed
docker/server/Dockerfile.alpine
@@ -91,6 +91,9 @@ RUN mkdir -p \
91
&& chown root:clickhouse "${DEFAULT_LOG_DIR}" \
92
&& chmod ugo+Xrw -R "${DEFAULT_DATA_DIR}" "${DEFAULT_LOG_DIR}" "${DEFAULT_CLIENT_CONFIG_DIR}" "${DEFAULT_SERVER_CONFIG_DIR}"
93
94
+RUN apk update
95
+RUN apk add --upgrade libssl3 libcrypto3
96
+
97
VOLUME "${DEFAULT_DATA_DIR}"
98
EXPOSE 9000 8123 9009
99
0 commit comments