lollms-webui/docker-compose.yml
2023-04-06 21:12:49 +02:00

13 lines
199 B
YAML

version: '3.8'
services:
webui:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./data:/srv/data
- ./data/.nomic:/root/.nomic/
ports:
- "4685:4685"