qinglong/docker/docker-compose.yml
2024-11-08 22:52:19 +08:00

11 lines
305 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

services:
web:
image: whyour/qinglong:latest # 基于 Debian 的版本whyour/qinglong:debian
volumes:
- ./data:/ql/data
ports:
- "5700:5700"
environment:
QlBaseUrl: '/' # 部署路径非必须,以斜杠开头和结尾,比如 /test/
restart: unless-stopped