mirror of https://github.com/helloxz/imgurl.git
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.
11 lines
265 B
11 lines
265 B
6 years ago
|
version: '3'
|
||
|
services:
|
||
|
imgurl:
|
||
|
build: . # 编译需要梯子,没有梯子可删去本行用已经编译好的镜像
|
||
|
image: zqiannnn/imgurl:2.0
|
||
|
ports:
|
||
|
- 8080:80
|
||
|
volumes:
|
||
|
- ./data:/var/www/html/data
|
||
|
- ./imgs:/var/www/html/imgsd
|