mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 21:12:28 +00:00
7 lines
175 B
YAML
7 lines
175 B
YAML
version: '2.3'
|
|
services:
|
|
dotnet1:
|
|
image: yandex/clickhouse-dotnet-client:${DOCKER_DOTNET_CLIENT_TAG:-latest}
|
|
# to keep container running
|
|
command: sleep infinity
|