.
This commit is contained in:
16
docker-compose/wireshark/wireshark_rpi.yml
Normal file
16
docker-compose/wireshark/wireshark_rpi.yml
Normal 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
|
Reference in New Issue
Block a user