Files
markitdown/docker-compose.yaml
T

12 lines
188 B
YAML

services:
markitdown:
build: .
container_name: markitdown
restart: unless-stopped
networks:
- web-net
networks:
web-net:
external: true
name: web_web-net