mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update watchyourlan
This commit is contained in:
parent
32ed4e26f3
commit
5cef656227
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user