mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Setup: Fix typo in WEBUI_URL example
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
023fbe3a1d
commit
f0b9faac8b
3 changed files with 3 additions and 3 deletions
|
|
@ -202,7 +202,7 @@ services:
|
|||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
environment:
|
||||
WEBUI_URL: "http://localhost:80080"
|
||||
WEBUI_URL: "http://localhost:8080"
|
||||
# WEBUI_SECRET_KEY: ""
|
||||
OLLAMA_BASE_URL: "http://ollama:11434"
|
||||
ANONYMIZED_TELEMETRY: "false" # disable Chroma telemetry
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ services:
|
|||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
environment:
|
||||
WEBUI_URL: "http://localhost:80080"
|
||||
WEBUI_URL: "http://localhost:8080"
|
||||
# WEBUI_SECRET_KEY: ""
|
||||
OLLAMA_BASE_URL: "http://ollama:11434"
|
||||
ANONYMIZED_TELEMETRY: "false" # disable Chroma telemetry
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ services:
|
|||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
environment:
|
||||
WEBUI_URL: "http://localhost:80080"
|
||||
WEBUI_URL: "http://localhost:8080"
|
||||
# WEBUI_SECRET_KEY: ""
|
||||
OLLAMA_BASE_URL: "http://ollama:11434"
|
||||
ANONYMIZED_TELEMETRY: "false" # disable Chroma telemetry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue