mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 14:26:07 +08:00
11 lines
305 B
YAML
11 lines
305 B
YAML
services:
|
||
web:
|
||
image: whyour/qinglong:latest # 基于 Debian 的版本:whyour/qinglong:debian
|
||
volumes:
|
||
- ./data:/ql/data
|
||
ports:
|
||
- "5700:5700"
|
||
environment:
|
||
QlBaseUrl: '/' # 部署路径非必须,以斜杠开头和结尾,比如 /test/
|
||
restart: unless-stopped
|