Wireshark hinzugefügt
This commit is contained in:
19
wireshark/docker-compose.yml
Normal file
19
wireshark/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: "2.1"
|
||||
services:
|
||||
wireshark:
|
||||
image: lscr.io/linuxserver/wireshark:latest
|
||||
container_name: wireshark
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
security_opt:
|
||||
- seccomp:unconfined #optional
|
||||
#network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 3010:3000 #optional
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user