This commit is contained in:
2022-04-03 23:22:56 +02:00
parent b2b028b4fd
commit 76375fd005
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
version: "2.1"
services:
wireshark:
image: lscr.io/linuxserver/wireshark
container_name: wireshark
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
volumes:
- /docker/wireshark:/config
ports:
- 3222:3000
restart: always