Merge pull request #805 from open-webui/rename

Update run.sh
This commit is contained in:
Timothy Jaeryang Baek 2024-02-19 14:44:11 -05:00 committed by GitHub
commit 5be1c431cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
run.sh
View File

@ -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