Skip to content

Commit

Permalink
Allow access of fuse from the container
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Sep 11, 2024
1 parent 3ca44a0 commit 29b64f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/docker-compose-CeleryExecutor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ services:
SLACK_NOTIFICATION_CHANNEL:
DEPLOYMENT:
command: python slackbot/slack_bot.py
devices:
- /dev/fuse
cap_add:
- SYS_ADMIN
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp:/tmp
Expand Down

0 comments on commit 29b64f9

Please sign in to comment.