版本文件改为七牛云存储

This commit is contained in:
whyour
2022-02-19 22:48:06 +08:00
parent 7d6e1d3e3d
commit f71b3d0378
9 changed files with 496 additions and 145 deletions
+9
View File
@@ -0,0 +1,9 @@
version: '2'
services:
web:
image: whyour/qinglong:latest
volumes:
- ./data:/ql/data
ports:
- "0.0.0.0:5700:5700"
restart: unless-stopped