Skip to content

Commit 741db2f

Browse files
committed
run client container with priviledged permissions
1 parent 6605afe commit 741db2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ services:
175175
build: .
176176
image: ubuntu:22.04
177177
container_name: grr-client
178+
privileged: true
178179
depends_on:
179180
db:
180181
condition: service_healthy

0 commit comments

Comments
 (0)