From e47ca2547222670d9d4fb77207367f9617a5e9dc Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Thu, 10 Oct 2024 20:29:20 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/home-tools.yaml b/home-tools.yaml index 2c4ce39..485ce3f 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -13,18 +13,18 @@ services: watchyourlan: image: aceberg/watchyourlan:v2 container_name: watchyourlan - network_mode: "host" + network_mode: host restart: unless-stopped volumes: - - /dockers/wyl:/data/WatchYourLAN + - /dockers/wyl:/data/WatchYourLAN environment: - TZ: America/New_York # required: needs your TZ for correct time - IFACES: "enp7s0" # required: 1 or more interface - HOST: "0.0.0.0" # optional, default: 0.0.0.0 - PORT: "8840" # optional, default: 8840 - TIMEOUT: "120" # optional, time in seconds, default: 120 - THEME: "darkly" # optional - COLOR: "dark" # optional + TZ: America/New_York + IFACES: "enp7s0" + HOST: "0.0.0.0" + PORT: "8840" + TIMEOUT: "120" + THEME: "darkly" + COLOR: "dark" mealie: container_name: mealie