You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
update watchyourlan
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
watchyourlan:
|
watchyourlan:
|
||||||
image: aceberg/watchyourlan
|
image: aceberg/watchyourlan:2.0.4
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data/WatchYourLAN
|
||||||
environment:
|
environment:
|
||||||
- DBPATH=/data/db.sqlite
|
|
||||||
- GUIIP=0.0.0.0
|
|
||||||
- GUIPORT=8840
|
|
||||||
- IFACE=wlan0
|
- IFACE=wlan0
|
||||||
|
- HOST=0.0.0.0
|
||||||
|
- PORT=8840
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
|
- USE_DB=sqlite # postgres
|
||||||
|
# PG_CONNECT=postgres://username:password@postgres:5432/dbname?sslmode=disable
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user