Skip to content

ollama-webui


docker run -d \
    -p 3000:8080 \
    -v open-webui:/app/backend/data \
    --name open-webui \
    --restart always \
    --add-host=host.docker.internal:host-gateway \
    ghcr.io/open-webui/open-webui:main


docker run -d \
    -p 3000:8080 \
    -v open-webui:/app/backend/data \
    --name open-webui \
    --restart always \
    --network="host" \
    ghcr.io/open-webui/open-webui:main

    --network=host \
    --add-host=host.docker.internal:host-gateway \

Sources