m3u8_download/docker-compose.yaml
2025-03-16 19:03:36 +08:00

15 lines
394 B
YAML

version: '3.4'
services:
sql-runner:
build:
context: .
dockerfile: Dockerfile
restart: always
container_name: m3u8_download
image: registry.cn-hangzhou.aliyuncs.com/yinzhou_docker_hub/m3u8_download:latest
ports:
- "8778:8778"
volumes:
- ./mp4:/opt/m3u8_download/mp4
# docker-compose up --build