fix listening host in server docker image

This commit is contained in:
Nikolay Volosatov 2017-03-20 13:27:08 +03:00 committed by alexey-milovidov
parent d3ae1267eb
commit e552983db5

View File

@ -12,6 +12,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /var/cache/debconf && \
apt-get clean
RUN sed -i 's,<listen_host>127.0.0.1</listen_host>,<listen_host>::</listen_host>,' /etc/clickhouse-server/config.xml
RUN chown -R clickhouse /etc/clickhouse-server/
USER clickhouse