webui / docker-compose.yml
ЯRаСлав
Docker config update.
efc1b48
raw
history blame
215 Bytes
version: '3.8'
services:
webui:
build: .
ports:
- "8080:8080"
volumes:
- ollama_data:/data/ollama
- webui_data:/data/webui
restart: always
volumes:
ollama_data:
webui_data: