From c65e2f77c0eb8bf271b629035ef639a0b7147c57 Mon Sep 17 00:00:00 2001 From: "Bastian (BaM)" Date: Sat, 13 Sep 2025 19:47:11 +0200 Subject: [PATCH] Comment out WOL_MAC environment variable in compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ed165a2..95c0e4e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -9,7 +9,7 @@ services: OLLAMA_HOST: "192.168.222.12" OLLAMA_PORT: "11434" SINCE: "0s" - WOL_MAC: "AA:BB:CC:DD:EE:FF" # set this + #WOL_MAC: "AA:BB:CC:DD:EE:FF" # set this #WOL_BCAST: "192.168.222.255" # optional (defaults unten) #WOL_PORT: "9" # optional restart: unless-stopped