Skip to content

Commit 0a8ca00

Browse files
authored
note about default user network access
1 parent d5dc209 commit 0a8ca00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ defaults = [
4141
timeout: :timer.seconds(15)
4242
]
4343

44+
# note that starting in ClickHouse 25.1.3.23 `default` user doesn't have
45+
# network access by default in the official Docker images
46+
# see https://github.com/ClickHouse/ClickHouse/pull/75259
4447
{:ok, pid} = Ch.start_link(defaults)
4548
```
4649

0 commit comments

Comments
 (0)