Update home-tools.yaml

master
Dex Burgess 2024-10-10 20:29:20 +00:00
parent d3d6e8eb84
commit e47ca25472
1 changed files with 9 additions and 9 deletions

View File

@ -13,18 +13,18 @@ services:
watchyourlan: watchyourlan:
image: aceberg/watchyourlan:v2 image: aceberg/watchyourlan:v2
container_name: watchyourlan container_name: watchyourlan
network_mode: "host" network_mode: host
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /dockers/wyl:/data/WatchYourLAN - /dockers/wyl:/data/WatchYourLAN
environment: environment:
TZ: America/New_York # required: needs your TZ for correct time TZ: America/New_York
IFACES: "enp7s0" # required: 1 or more interface IFACES: "enp7s0"
HOST: "0.0.0.0" # optional, default: 0.0.0.0 HOST: "0.0.0.0"
PORT: "8840" # optional, default: 8840 PORT: "8840"
TIMEOUT: "120" # optional, time in seconds, default: 120 TIMEOUT: "120"
THEME: "darkly" # optional THEME: "darkly"
COLOR: "dark" # optional COLOR: "dark"
mealie: mealie:
container_name: mealie container_name: mealie