mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
131 B
YAML
9 lines
131 B
YAML
kismet:
|
|
image: vimagick/kismet
|
|
ports:
|
|
- "2501:2501"
|
|
- "3501:3501"
|
|
cap_add:
|
|
- NET_ADMIN
|
|
restart: unless-stopped
|