mirror of https://github.com/ByConity/ByConity
Updated docker-compose.yml #1025
This commit is contained in:
parent
63cdf84fe3
commit
c0cc825f51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue