Skip to content

Commit

Permalink
Remove privilege from hardlinking worker
Browse files Browse the repository at this point in the history
  • Loading branch information
stagnation authored and moroten committed Jan 9, 2024
1 parent 296f861 commit 7a75b74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ services:
image: ghcr.io/buildbarn/bb-worker:20231222T105429Z-4b3a11b
command:
- /config/worker-hardlinking-ubuntu22-04.jsonnet
# Need to be privileged for the FUSE mounting to work.
privileged: true
privileged: false
volumes:
- ./config:/config
- ./volumes/worker-hardlinking-ubuntu22-04:/worker
Expand Down

0 comments on commit 7a75b74

Please sign in to comment.