PKC自用API:
- 1.词云API
- 2.....
docker run -d --name kx-api -p 8080:80 juebanliaoshen/kx-api:latest支持随机词云背景图 路径:容器-目录-app-static下mask
建立文件docker-compose.yaml,文件内容以下:
version: '3'
services:
kx-api:
image: juebanliaoshen/kx-api:latest
container_name: kx-api
ports:
- "8080:80"
restart: unless-stopped
volumes:
- ./static:/app/static启动
docker-compose up -dhttp://ip/swagger