1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/kismet/docker-compose.yml

9 lines
131 B
YAML
Raw Normal View History

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