mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-23 12:08:49 +02:00
add watchyourlan
This commit is contained in:
parent
eaa7a67f9d
commit
8a3d313a36
@ -494,6 +494,7 @@ A collection of delicious docker recipes.
|
||||
- [x] v2ray/official :cn:
|
||||
- [x] mpromonet/v4l2rtspserver :camera:
|
||||
- [x] centurylink/watchtower
|
||||
- [x] aceberg/watchyourlan
|
||||
- [x] wekanteam/wekan
|
||||
- [x] requarks/wiki
|
||||
- [x] wordpress
|
||||
|
6
watchyourlan/README.md
Normal file
6
watchyourlan/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
WatchYourLAN
|
||||
============
|
||||
|
||||
[WatchYourLAN][1] is a lightweight network IP scanner with web GUI.
|
||||
|
||||
[1]: https://github.com/aceberg/WatchYourLAN
|
14
watchyourlan/docker-compose.yml
Normal file
14
watchyourlan/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
watchyourlan:
|
||||
image: aceberg/watchyourlan
|
||||
volumes:
|
||||
- ./data:/data
|
||||
environment:
|
||||
- DBPATH=/data/db.sqlite
|
||||
- GUIIP=0.0.0.0
|
||||
- GUIPORT=8840
|
||||
- IFACE=wlan0
|
||||
- TZ=Asia/Shanghai
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user