webui / start.sh
ЯRаСлав
Docker config update.
1d95250
raw
history blame
234 Bytes
#!/bin/bash
# Start Ollama in background
echo "Starting Ollama..."
ollama serve &
# Start Open WebUI (correct path based on official image)
echo "Starting Open WebUI..."
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf