[add] wireshark
This commit is contained in:
parent
e07087eeac
commit
8087694123
2 changed files with 18 additions and 0 deletions
1
wireshark/.gitignore
vendored
Normal file
1
wireshark/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
# ignore
|
17
wireshark/docker-compose.yml
Normal file
17
wireshark/docker-compose.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: "2.1"
|
||||
services:
|
||||
wireshark:
|
||||
image: lscr.io/linuxserver/wireshark:latest
|
||||
container_name: wireshark
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 4000:3000 #optional
|
||||
restart: unless-stopped
|
Loading…
Add table
Reference in a new issue