Add DNS to OpenWebUI
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user