Created
May 20, 2025 21:10
-
-
Save diegoehg/889a0583400fd7e2151811928eeafd19 to your computer and use it in GitHub Desktop.
YAML file for running OpenWebUI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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