openwebui-telegram/docker-compose.yml

14 lines
287 B
YAML
Raw Normal View History

version: "3"
services:
openwebui-telegram:
# build:
# context: .
# dockerfile: Dockerfile
image: realsidsun/openwebui-telegram:latest
volumes:
- ./data/store:/app/store
- ./data/config:/app/config
network_mode: host
restart: unless-stopped