Skip to content

Commit c0cc825

Browse files
bamx23alexey-milovidov
authored andcommitted
Updated docker-compose.yml ClickHouse#1025
1 parent 63cdf84 commit c0cc825

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ services:
77
client:
88
image: yandex/clickhouse-client
99
build: docker/client
10-
network_mode: host
10+
command: ['--host', 'server']
1111
server:
1212
image: yandex/clickhouse-server
1313
build: docker/server
14-
network_mode: host
14+
ports:
15+
- 8123:8123

0 commit comments

Comments
 (0)