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