Skip to content

Instantly share code, notes, and snippets.

@diegoehg
Created May 20, 2025 21:10
Show Gist options
  • Save diegoehg/889a0583400fd7e2151811928eeafd19 to your computer and use it in GitHub Desktop.
Save diegoehg/889a0583400fd7e2151811928eeafd19 to your computer and use it in GitHub Desktop.
YAML file for running OpenWebUI
services:
openwebui:
image: "ghcr.io/open-webui/open-webui:main"
container_name: open_webui
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "3000:8080"
volumes:
- openwebui-data:/app/backend/data
volumes:
openwebui-data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment