You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
385 B
Plaintext

podman run --rm \
-p 127.0.0.1:3000:8080 \
--network slirp4netns:allow_host_loopback=true \
--add-host=ollama.local:10.0.2.2 \
--env 'OLLAMA_BASE_URL=http://ollama.local:11434' \
--env 'ANONYMIZED_TELEMETRY=False' \
-v open-webui:/app/backend/data \
--label io.containers.autoupdate=registry \
--name open-webui \
ghcr.io/open-webui/open-webui:main