Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
glodov
/
webui
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
efc1b48
webui
/
docker-compose.yml
ЯRаСлав
Docker config update.
efc1b48
5 months ago
raw
Copy download link
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: