Files
doc-uploader/file-upload-site/docker-compose.yml
2026-06-12 17:16:36 +08:00

15 lines
416 B
YAML
Raw 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.
services:
file-upload:
build: .
container_name: file-upload-site
restart: always
ports:
- "7001:5000"
env_file:
- .env
volumes:
# 映射 NAS 目录到容器内(按实际 NAS 挂载路径修改冒号左侧)
- /volume1/文字稿:/app/uploads
# FRP 文件目录(按实际路径修改,目录下放 frpc 和 frpc.toml
- /volume1/docker/frp:/frp:ro