-
Notifications
You must be signed in to change notification settings - Fork 1
快速启动
mi edited this page Apr 15, 2024
·
1 revision
docker-compose.yml
version: '3.9'
name: conv
services:
conv:
container_name: 'conv'
build:
context: .
dockerfile: Dockerfile
volumes:
- '/path/to/video:/data'
deploy:
resources:
limits:
memory: 8192M
cpus: '4'
environment:
- root=/data
- to=vp9
- level=Info
- direction=ToRight
docker-compose up -d --no-cache