mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
10 lines
168 B
YAML
10 lines
168 B
YAML
version: '2'
|
|
services:
|
|
web:
|
|
image: whyour/qinglong:latest
|
|
volumes:
|
|
- ./data:/ql/data
|
|
ports:
|
|
- "0.0.0.0:5700:5700"
|
|
restart: unless-stopped
|