mirror of
https://github.com/byReqz/netdiscover-docker.git
synced 2024-11-21 17:13:15 +00:00
tweaked readme
This commit is contained in:
parent
940a9c1209
commit
812ea6c447
28
README.md
28
README.md
@ -1,2 +1,28 @@
|
||||
# netdiscover-docker
|
||||
dockerized mac-adress monitoring
|
||||
this container will expose a netdiscover instance via http
|
||||
currently supported (optional) arguments are:
|
||||
|
||||
- port // specifies the port (def. 8080)
|
||||
- userpass // sets http basic auth - ex. user:pass (def. none)
|
||||
- title // sets tab title (def. netdiscover-docker)
|
||||
|
||||
|
||||
# docker compose
|
||||
```yaml
|
||||
version: '2.3'
|
||||
|
||||
services:
|
||||
netdiscover-docker:
|
||||
container_name: netdiscover-docker
|
||||
network_mode: host
|
||||
image: byreqz/netdiscover-docker:latest
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# - port=1234
|
||||
# - userpass=user:pass
|
||||
# - title=1234
|
||||
```
|
||||
|
||||
# credits
|
||||
Netdiscover: https://github.com/netdiscover-scanner/netdiscover <br>
|
||||
GoTTY: https://github.com/yudai/gotty
|
||||
|
Loading…
Reference in New Issue
Block a user