Skip to content

Commit eae9726

Browse files
committed
Set CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT to true
Attempt to fix intermittent authentication failures
1 parent ae4c6b8 commit eae9726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
x-base-service: &base-service
22
image: clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-23.6.2.18}
3+
environment:
4+
- CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
35
restart: always
46
ulimits:
57
nofile:

0 commit comments

Comments
 (0)