2024-10-03 13:28:14 +00:00
|
|
|
version: '2.3'
|
2021-04-17 17:02:27 +00:00
|
|
|
services:
|
|
|
|
dotnet1:
|
2022-01-02 23:55:49 +00:00
|
|
|
image: clickhouse/dotnet-client:${DOCKER_DOTNET_CLIENT_TAG:-latest}
|
2021-04-17 17:02:27 +00:00
|
|
|
# to keep container running
|
|
|
|
command: sleep infinity
|