watchyourlan/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 16:03:03 +01:00
parent ea0952fea1
commit 8bc83740af

View File

@@ -12,9 +12,9 @@ services:
depends_on:
- node-bootstrap
volumes:
- ~/.dockerdata/wyl:/data
- data:/data
environment:
TZ: Asia/Novosibirsk # required: needs your TZ for correct time
TZ: Europe/Berlin # required: needs your TZ for correct time
IFACE: "enp4s0" # required: 1 or more interface
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite
GUIIP: "0.0.0.0" # optional, default: localhost
@@ -23,3 +23,6 @@ services:
SHOUTRRR_URL: "" # optional, set url to notify
THEME: "darkly" # optional
IGNOREIP: "no" # optional
volumes:
data: