Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add security flags
  • Loading branch information
l4rm4nd authored Nov 8, 2023
1 parent a77f527 commit 2caef5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/send/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ services:
#image: l4rm4nd/send:latest # image of a fork with darkmode only
container_name: send-app
restart: unless-stopped
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
ports:
- 1234:1234
expose:
Expand Down

0 comments on commit 2caef5b

Please sign in to comment.