Skip to content

Commit

Permalink
add privileged flag to keeper and clickhouse services
Browse files Browse the repository at this point in the history
  • Loading branch information
alsugiliazova committed Oct 23, 2024
1 parent 438c5a4 commit 1023aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose/clickhouse-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
BASE_OS: $CLICKHOUSE_TESTS_BASE_OS

init: true
privileged: true
expose:
- "9000"
- "9009"
Expand Down
1 change: 1 addition & 0 deletions docker-compose/keeper-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
CLICKHOUSE_PACKAGE: $CLICKHOUSE_TESTS_KEEPER_BIN_PATH
BASE_OS: $CLICKHOUSE_TESTS_KEEPER_BASE_OS
init: true
privileged: true
expose:
- "2181"
environment:
Expand Down

0 comments on commit 1023aed

Please sign in to comment.