Skip to content

Commit

Permalink
run client container with priviledged permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
s-westphal committed Feb 19, 2025
1 parent 6605afe commit 741db2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ services:
build: .
image: ubuntu:22.04
container_name: grr-client
privileged: true
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 741db2f

Please sign in to comment.