docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
760 B

3 years ago
***
**TEST**
本文档仅供测试和开发使用
**docker-compose项目**
运行本文档代码需要安装[docker](https://www.runoob.com/docker/docker-tutorial.html)和[docker-compose](https://www.runoob.com/docker/docker-compose.html)
下载该项目目录下的相应文件,执行`docker-compose up`运行项目,或通过`docker-compose up -d`后台运行项目。通过`docker-compose down`停止项目
***
damselfly
damselfly:
container_name: damselfly
image: webreaper/damselfly
ports:
- 6363:6363/tcp
volumes:
- /volume1/dockerdata/damselfly:/config
- /volume1/dockerdata/damselfly/thumbs:/thumbs
- /volume1/photo:/pictures
restart: unless-stopped