Update WOL_MAC environment variable to use variable substitution

This commit is contained in:
Bastian (BaM)
2025-09-13 20:04:21 +02:00
parent 8ecf2a2639
commit 96d2a8c2f1

View File

@@ -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: "${WOL_MAC}"
#WOL_BCAST: "192.168.222.255" # optional (defaults unten)
#WOL_PORT: "9" # optional
restart: unless-stopped