Update WOL_BCAST environment variable to a consistent default value
This commit is contained in:
@@ -12,7 +12,7 @@ OLLAMA_PORT="${OLLAMA_PORT:-11434}"
|
||||
ERROR_PATTERN="${ERROR_PATTERN:-Error: \\[ERROR\\] Document analysis failed: connect EHOSTUNREACH ${OLLAMA_HOST}:${OLLAMA_PORT}}"
|
||||
|
||||
WOL_MAC="${WOL_MAC:-}"
|
||||
WOL_BCAST="${WOL_BCAST:-255.255.255.255}"
|
||||
WOL_BCAST="${WOL_BCAST:-192.168.222.255}"
|
||||
WOL_PORT="${WOL_PORT:-9}"
|
||||
|
||||
DOCKER_CLI="${DOCKER_CLI:-docker}" # docker CLI binary name
|
||||
|
||||
Reference in New Issue
Block a user