Skip to content

Commit

Permalink
add security-opt in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekmamdouh committed May 15, 2024
1 parent 91379e4 commit d120bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
- /dev/fuse:/dev/fuse
cap_add:
- SYS_ADMIN
security_opt:
- apparmor:unconfined
restart: always
environment:
GOOGLE_PROJECT: "${GOOGLE_PROJECT}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ services:
- /dev/fuse:/dev/fuse
cap_add:
- SYS_ADMIN
security_opt:
- apparmor:unconfined
restart: always
environment:
GOOGLE_PROJECT: "${GOOGLE_PROJECT}"
Expand Down

0 comments on commit d120bbc

Please sign in to comment.