Comment out WOL_MAC environment variable in compose.yaml

This commit is contained in:
Bastian (BaM)
2025-09-13 19:47:11 +02:00
parent 6b8df2ea56
commit c65e2f77c0

View File

@@ -9,7 +9,7 @@ services:
OLLAMA_HOST: "192.168.222.12" OLLAMA_HOST: "192.168.222.12"
OLLAMA_PORT: "11434" OLLAMA_PORT: "11434"
SINCE: "0s" 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_BCAST: "192.168.222.255" # optional (defaults unten)
#WOL_PORT: "9" # optional #WOL_PORT: "9" # optional
restart: unless-stopped restart: unless-stopped