Update Dockerfile.alpine

This commit is contained in:
alexey-milovidov 2021-01-22 17:28:36 +03:00 committed by GitHub
parent 8fdb9d9018
commit 04b950ecbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ RUN addgroup -S -g 101 clickhouse \
&& apk add --no-cache su-exec bash \
&& chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client
# we need to allow to allow "others" access to clickhouse folder, because docker container
# we need to allow "others" access to clickhouse folder, because docker container
# can be started with arbitrary uid (openshift usecase)
EXPOSE 9000 8123 9009