Updated docker-compose.yml #1025

This commit is contained in:
Nikolay Volosatov 2017-07-26 12:14:07 +03:00 committed by alexey-milovidov
parent 63cdf84fe3
commit c0cc825f51

View File

@ -7,8 +7,9 @@ services:
client:
image: yandex/clickhouse-client
build: docker/client
network_mode: host
command: ['--host', 'server']
server:
image: yandex/clickhouse-server
build: docker/server
network_mode: host
ports:
- 8123:8123