Update WOL_MAC environment variable to use variable substitution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user