Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
a400df48
Unverified
Commit
a400df48
authored
Feb 07, 2025
by
Leisure Linux
Committed by
GitHub
Feb 06, 2025
Browse files
docs: include port in faq.md OLLAMA_HOST examples (#8905)
parent
6ab4ba4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/faq.md
docs/faq.md
+2
-2
No files found.
docs/faq.md
View file @
a400df48
...
@@ -66,7 +66,7 @@ If Ollama is run as a macOS application, environment variables should be set usi
...
@@ -66,7 +66,7 @@ If Ollama is run as a macOS application, environment variables should be set usi
1.
For each environment variable, call
`launchctl setenv`
.
1.
For each environment variable, call
`launchctl setenv`
.
```bash
```bash
launchctl setenv OLLAMA_HOST "0.0.0.0"
launchctl setenv OLLAMA_HOST "0.0.0.0
:11434
"
```
```
2.
Restart Ollama application.
2.
Restart Ollama application.
...
@@ -81,7 +81,7 @@ If Ollama is run as a systemd service, environment variables should be set using
...
@@ -81,7 +81,7 @@ If Ollama is run as a systemd service, environment variables should be set using
```ini
```ini
[Service]
[Service]
Environment="OLLAMA_HOST=0.0.0.0"
Environment="OLLAMA_HOST=0.0.0.0
:11434
"
```
```
3.
Save and exit.
3.
Save and exit.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment