Comment out WOL_MAC environment variable in compose.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user