add watchyourlan

This commit is contained in:
kevin 2023-12-30 13:53:02 +08:00
parent eaa7a67f9d
commit 8a3d313a36
3 changed files with 21 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,6 @@
WatchYourLAN
============
[WatchYourLAN][1] is a lightweight network IP scanner with web GUI.
[1]: https://github.com/aceberg/WatchYourLAN

View 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