ImgURL是一个简单、纯粹的图床程序,让个人图床多一个选择。
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.
 
 
 
 
 

10 lines
264 B

version: '3'
services:
imgurl:
build: . # 编译需要梯子,没有梯子可删去本行用已经编译好的镜像
image: zqiannnn/imgurl:2.0
ports:
- 8080:80
volumes:
- ./data:/var/www/html/data
- ./imgs:/var/www/html/imgs