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