Add DNS to OpenWebUI
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good

This commit is contained in:
2025-05-26 10:32:42 +00:00
parent 4d8e01dff5
commit e1638e58c3

View File

@ -41,6 +41,8 @@ services:
open_webui:
container_name: openwebui
image: ${OPENWEBUI:-ghcr.io/open-webui/open-webui:main}
dns:
- 192.168.1.1
ports:
- "3000:8080"
volumes: