forked from open-webui/open-webui
Update run.sh
This commit is contained in:
parent
c3916927bb
commit
61411b22e2
1 changed files with 2 additions and 2 deletions
4
run.sh
4
run.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
image_name="ollama-webui"
|
||||
container_name="ollama-webui"
|
||||
image_name="open-webui"
|
||||
container_name="open-webui"
|
||||
host_port=3000
|
||||
container_port=8080
|
||||
|
||||
|
|
Loading…
Reference in a new issue