Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ services:
- "5514:1514/tcp"
cap_add:
- NET_RAW
- CHOWN
- SETUID
- SETGID
- NET_RAW
restart: unless-stopped
```

Expand Down Expand Up @@ -269,6 +273,10 @@ services:
- ALL
cap_add:
- NET_RAW # Required for ICMP ping and traceroute
- CHOWN
- SETUID
- SETGID
- NET_RAW
security_opt:
- no-new-privileges:true

Expand Down
4 changes: 4 additions & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ services:
- ALL
cap_add:
- NET_RAW
- CHOWN
- SETUID
- SETGID
- NET_RAW
restart: unless-stopped