1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02:00

update watchyourlan

This commit is contained in:
kev 2024-11-05 14:50:37 +08:00
parent 32ed4e26f3
commit 5cef656227

View File

@ -1,14 +1,15 @@
version: "3.8"
services:
watchyourlan:
image: aceberg/watchyourlan
image: aceberg/watchyourlan:2.0.4
volumes:
- ./data:/data
- ./data:/data/WatchYourLAN
environment:
- DBPATH=/data/db.sqlite
- GUIIP=0.0.0.0
- GUIPORT=8840
- IFACE=wlan0
- HOST=0.0.0.0
- PORT=8840
- TZ=Asia/Shanghai
- USE_DB=sqlite # postgres
# PG_CONNECT=postgres://username:password@postgres:5432/dbname?sslmode=disable
network_mode: host
restart: unless-stopped