1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00
dockerfiles/kismet/docker-compose.yml

9 lines
131 B
YAML
Raw Permalink Normal View History

2018-09-01 05:25:19 +00:00
kismet:
image: vimagick/kismet
ports:
- "2501:2501"
- "3501:3501"
cap_add:
- NET_ADMIN
restart: unless-stopped