mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update Dockerfile.alpine
This commit is contained in:
parent
8fdb9d9018
commit
04b950ecbd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user