mirror of
https://github.com/byReqz/netdiscover-docker.git
synced 2024-11-22 09:31:15 +00:00
13 lines
264 B
YAML
13 lines
264 B
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
|