[add] wireshark

This commit is contained in:
Andy Bunce 2022-09-02 22:24:23 +01:00
parent e07087eeac
commit 8087694123
2 changed files with 18 additions and 0 deletions

1
wireshark/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
# ignore

View 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