Skip to content

Commit 2cfcbd3

Browse files
author
Michael Myaskovsky
committed
fixed linting
1 parent 0c2902e commit 2cfcbd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
image: clickhouse/clickhouse-server:latest
1717
container_name: clickhouse
1818
ports:
19-
- "8123:8123" # HTTP interface
20-
- "9000:9000" # Native TCP interface
19+
- "8123:8123"
20+
- "9000:9000"
2121
volumes:
2222
- ./clickhouse-data:/var/lib/clickhouse
2323
environment:

0 commit comments

Comments
 (0)