lollms-webui/docker-compose.yml
2023-06-10 16:13:01 +02:00

16 lines
284 B
YAML

version: '3.8'
services:
webui:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./data:/srv/help
- ./data:/srv/data
- ./data/.parisneo:/root/.parisneo/
- ./configs:/srv/configs
- ./web:/srv/web
ports:
- "9600:9600"