ollama-webui / docker-compose.yml
ruslanmv's picture
First commit
d7738e9
raw
history blame
No virus
187 Bytes
version: '3.5'
services:
ollama-webui:
image: ollama-webui
container_name: ollama-webui
build:
context: .
dockerfile: Dockerfile
ports:
- "1338:1338"