Files
CloudFuse/docker-compose.yaml

12 lines
260 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

version: '3'
services:
cloudfuse:
container_name: cloudfuse
image: yumo666/cloudfuse:v1.3
ports:
- "8010:8000" # 主机 8010 -> 容器 8000避免与本机占用冲突
volumes:
- ./:/app
restart: unless-stopped