watchyourlan/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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
|
||||
@@ -22,4 +22,7 @@ services:
|
||||
TIMEOUT: "120" # optional, time in seconds, default: 60
|
||||
SHOUTRRR_URL: "" # optional, set url to notify
|
||||
THEME: "darkly" # optional
|
||||
IGNOREIP: "no" # optional
|
||||
IGNOREIP: "no" # optional
|
||||
|
||||
volumes:
|
||||
data:
|
||||
Reference in New Issue
Block a user